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