Deselects the specified entity.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IDeSelect2( _
ByVal Count As System.Integer, _
ByRef AtIndex As System.Integer, _
ByVal Mark As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim Count As System.Integer
Dim AtIndex As System.Integer
Dim Mark As System.Integer
Dim value As System.Integer
value = instance.IDeSelect2(Count, AtIndex, Mark) |
C# | |
---|
System.int IDeSelect2(
System.int Count,
ref System.int AtIndex,
System.int Mark
) |
C++/CLI | |
---|
System.int IDeSelect2(
& System.int Count,
& System.int% AtIndex,
& System.int Mark
) |
Parameters
- Count
- Number of objects to deselect
- AtIndex
- 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
1 if the specified entity is deselected, 0 if not
Remarks
See Also
Availability
SOLIDWORKS 2006 FCS, Revision Number 14.0