DXFReaderNETControlGetEntity Method (Vector2)
|
Returns the nearest entity to position.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public EntityObject GetEntity(
Vector2 Position
)
Public Function GetEntity (
Position As Vector2
) As EntityObject
public:
EntityObject^ GetEntity(
Vector2 Position
)
member GetEntity :
Position : Vector2 -> EntityObject
METHOD GetEntity(
Position AS Vector2
) AS EntityObject
Parameters
- Position
- Type: DXFReaderNETVector2
The position in drawing units.
Return Value
Type:
EntityObjectThe nearest entity to the position. Null or nothing if no entity is found.
See Also