SelectByCrossline Method (ISelectionManager) Send Feedback
See Also 
Result[out]
True if the entities intersecting the line are selected, false if not
CoordinateDblArray
Array of the x, y, and z coordinates of the points that define the line
Selects the entities that intersect the specified line.

Syntax

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
 

See Also

Availability

DraftSight V1R4.0