SelectByPoint Method (ISelectionManager)
Selects an entity at the specified point.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function SelectByPoint( _
IMathPoint* Point As MathPoint _
) As System.Boolean |
C# | |
---|
System.bool SelectByPoint(
MathPoint Point
) |
Parameters
- Point
- Point
Parameters
- 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