Gets or sets the color of the covering.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Color As Integer |
Visual Basic (Usage) | |
---|
Dim instance As ICovering
Dim value As Integer
instance.Color = value
value = instance.Color
|
C++/CLI | |
---|
property int Color {
int get();
void set (int value);
} |
Return Value
COLORREF value
Example
See Also
Availability
SolidWorks Routing 2006 FCS