GetPickPoints Method (ISelectionManager) Send Feedback
See Also 
SSType
Type of selection as defined in dsSelectionSetType_e
CoordinateDblArray[out]
Array of doubles of the x, y, and z coordinates of the pick points
Gets the pick points for the selection.

Syntax

Visual Basic 
Sub GetPickPoints( _
   ByVal SSType As dsSelectionSetType_e, _
   ByRef CoordinateDblArray As System.Object _
) 
C# 
void GetPickPoints( 
   dsSelectionSetType_e SSType,
   out System.object CoordinateDblArray
)
JavaScript 
GetPickPoints( 
   SSType : String
) : Array
COM native C++ 
HRESULT GetPickPoints( 
   dsSelectionSetType_e SSType,
   VARIANT* CoordinateDblArray
) 
C++ 
DSRESULT GetPickPoints( 
   dsSelectionSetType_e SSType,
   dsDoubleArray* CoordinateDblArray
) 

Parameters

SSType
Type of selection as defined in dsSelectionSetType_e
CoordinateDblArray[out] or Return Value
Array of doubles of the x, y, and z coordinates of the pick points
 

See Also

Availability

DraftSight V1R5.0