Gets or sets the selection color.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property SelectionColor( _
ByVal Mark As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim Mark As System.Integer
Dim value As System.Integer
instance.SelectionColor(Mark) = value
value = instance.SelectionColor(Mark) |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.ISelectionMgr~SelectionColor.html# | |
---|
System.int SelectionColor(
System.int Mark
) {get; set;} |
C++/CLI | |
---|
property System.int SelectionColor {
System.int get(System.int Mark);
void set (System.int Mark, System.int value);
} |
Parameters
- Mark
- Mark value (see Remarks)
Property Value
Value indicating the color to use for a selection as defined by swSystemColors; these values are from
swUserPreferenceIntegerValue_e (see
Remarks)
Remarks
See Also
Availability
SOLIDWORKS 2005 FCS, Revision Number 13.0