SetSelectionPoint Method (ISelectionMgr)
Obsolete. Superseded by ISelectionMgr::SetSelectionPoint2.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SetSelectionPoint( _
ByVal AtIndex As System.Integer, _
ByVal X As System.Double, _
ByVal Y As System.Double, _
ByVal Z As System.Double _
) As System.Boolean |
Visual Basic (Usage) | |
---|
Dim instance As ISelectionMgr
Dim AtIndex As System.Integer
Dim X As System.Double
Dim Y As System.Double
Dim Z As System.Double
Dim value As System.Boolean
value = instance.SetSelectionPoint(AtIndex, X, Y, Z) |
CSolidWorks.Interop.sldworks~SolidWorks.Interop.sldworks.ISelectionMgr~SetSelectionPoint.html# | |
---|
System.bool SetSelectionPoint(
System.int AtIndex,
System.double X,
System.double Y,
System.double Z
) |
C++/CLI | |
---|
System.bool SetSelectionPoint(
& System.int AtIndex,
& System.double X,
& System.double Y,
& System.double Z
) |
Parameters
- AtIndex
-
- X
-
- Y
-
- Z
-
See Also