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
DraftSight V1R5.0