Gets whether the selection is a coordinate system element.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IsCoordSysElementSelected( _
ByVal Index As System.Integer, _
ByVal Mark As System.Integer _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim Index As System.Integer
Dim Mark As System.Integer
Dim value As System.Boolean
value = instance.IsCoordSysElementSelected(Index, Mark) |
C# | |
---|
System.bool IsCoordSysElementSelected(
System.int Index,
System.int Mark
) |
C++/CLI | |
---|
System.bool IsCoordSysElementSelected(
& System.int Index,
& System.int Mark
) |
Parameters
- Index
Index position within the current list of selected items, where Index ranges from 1 to ISelectionMgr::GetSelectedObjectCount2 (see Remarks)
- Mark
- -1 = All selections regardless of marks
- 0 = only the selections without marks
Any other value = Value that was used to mark and select an object
Return Value
True if coordinate system element selected, false if not
Example
Remarks
See Also
Availability
SOLIDWORKS 2025 SP01, Revision Number 33.1