Color Property (IInterior)
In This Topic
Gets or sets the primary color of the object, as shown in the table in the remarks section.
Syntax
'Declaration
Property Color As Color
'Usage
Dim instance As IInterior
Dim value As Color
instance.Color = value
value = instance.Color
Property Value
A
Color value represents the primary color of the object.
See Also