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