Gets the value of the mark for the specified selection.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function GetSelectedObjectMark( _
ByVal AtIndex As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim AtIndex As System.Integer
Dim value As System.Integer
value = instance.GetSelectedObjectMark(AtIndex) |
C# | |
---|
System.int GetSelectedObjectMark(
System.int AtIndex
) |
C++/CLI | |
---|
System.int GetSelectedObjectMark(
& System.int AtIndex
) |
Parameters
- AtIndex
Index position within the current list of selected items where AtIndex ranges from 1 to ISelectionMgr::GetSelectedObjectCount2
Return Value
Number used as a mark for the selected item; this number is used by certain API functions that require ordered entity selection
See Also
Availability
SOLIDWORKS 2001 FCS, Revision Number 9.0