IDeSelect Method (ISelectionMgr)
Obsolete. Superseded by
ISelectionMgr::IDeSelect2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function IDeSelect( _
ByVal Count As System.Integer, _
ByRef AtIndex As System.Integer _
) As System.Integer |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim Count As System.Integer
Dim AtIndex As System.Integer
Dim value As System.Integer
value = instance.IDeSelect(Count, AtIndex) |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.ISelectionMgr~IDeSelect.html# | |
---|
System.int IDeSelect(
System.int Count,
ref System.int AtIndex
) |
C++/CLI | |
---|
System.int IDeSelect(
& System.int Count,
& System.int% AtIndex
) |
Parameters
- Count
-
- AtIndex
-
See Also