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