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