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