Eplan Platform API
Eplan.EplApi.DataModel Namespace / Function Class / IsPointInsideLogicalArea Method
examined point

IsPointInsideLogicalArea Method (Function)
Checks, if the point is inside logical area of the symbol. Returns true, if the symbol has a logical area and the point is inside. The logical area may be a rectangle or a polyline without arcs.
Syntax
public override bool IsPointInsideLogicalArea( 
   PointD pnt
)

Parameters

pnt
examined point

Return Value

false the point is beyond the logical area

true the point is inside the logical area

Exceptions
ExceptionDescription
Thrown when this fact cannot be evaluated
See Also