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

In This Topic
    IsPointInsideLogicalArea(PointD) Method
    In This Topic
    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
    )
    public:
    bool IsPointInsideLogicalArea( 
       PointD pnt
    ) override 

    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