Gets or sets the color of this sketch segment. Sketch segment color is only supported in drawing documents.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property Color As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISketchSegment
Dim value As System.Integer
instance.Color = value
value = instance.Color |
C# | |
---|
System.int Color {get; set;} |
C++/CLI | |
---|
property System.int Color {
System.int get();
void set ( & System.int value);
} |
Property Value
COLORREF value for this sketch segment
Example
Remarks
See Also
Availability
SOLIDWORKS 99, datecode 1999207