SelectByPoint Method (ISelectionManager) Send Feedback
See Also 
Result[out]
True if the entity at the specified point is selected, false if not
Point
Point
Selects an entity at the specified point.

Syntax

Visual Basic 
Function SelectByPoint( _
   ByVal Point As MathPoint _
) As System.Boolean
C# 
System.bool SelectByPoint( 
   MathPoint Point
)
JavaScript 
SelectByPoint( 
   Point : dsMathPoint
) : Boolean
COM native C++ 
HRESULT SelectByPoint( 
   IMathPoint* Point,
   VARIANT_BOOL* Result
) 
C++ 
DSRESULT SelectByPoint( 
   dsMathPoint* Point,
   bool* Result
) 

Parameters

Point
Point
Result[out] or Return Value
True if the entity at the specified point is selected, false if not

Remarks

 

See Also

Availability

DraftSight V1R4.0