Visual Basic | |
---|---|
Function SelectByCrossline( _ ByVal CoordinateDblArray As System.Object _ ) As System.Boolean |
C# | |
---|---|
System.bool SelectByCrossline( System.object CoordinateDblArray ) |
JavaScript | |
---|---|
SelectByCrossline( CoordinateDblArray : Array ) : Boolean |
COM native C++ | |
---|---|
HRESULT SelectByCrossline( VARIANT CoordinateDblArray, VARIANT_BOOL* Result ) |
C++ | |
---|---|
DSRESULT SelectByCrossline( const dsDoubleArray& CoordinateDblArray, bool* Result ) |
Parameters
- CoordinateDblArray
- Array of the x, y, and z coordinates of the points that define the line
- Result[out] or Return Value
- True if the entities intersecting the line are selected, false if not
ISelectionManager Interface
ISelectionManager Members
ISelectionManager::GetSelectedObject Method ()
ISelectionManager::GetSelectedObjects Method ()
ISelectionManager::GetSelectedObjectCount Method ()
ISelectionManager::ClearSelections Method ()
ISelectionManager::SelectByPoint Method ()
ISelectionManager::SelectByPolygon Method ()
ISelectionManager::SelectByWindow Method ()
ISelectionManager Members
ISelectionManager::GetSelectedObject Method ()
ISelectionManager::GetSelectedObjects Method ()
ISelectionManager::GetSelectedObjectCount Method ()
ISelectionManager::ClearSelections Method ()
ISelectionManager::SelectByPoint Method ()
ISelectionManager::SelectByPolygon Method ()
ISelectionManager::SelectByWindow Method ()
DraftSight V1R4.0