Gets the index number of the currently selected item in the selection box.
.NET Syntax
Visual Basic (Declaration) | |
---|
ReadOnly Property SelectionIndex( _
ByVal Item As Integer _
) As Integer |
C# | |
---|
int SelectionIndex(
int Item
) {get;} |
C++/CLI | |
---|
property int SelectionIndex {
int get(int Item);
} |
Parameters
- Item
- 0-based index number of the currently selected item (see Remarks)
Return Value
1-based index number to use with
ISelectionMgr APIs (see
Remarks)
Remarks
See Also
Availability
SolidWorks 2004 SP4, Revision Number 12.4