Eplan Platform API
Eplan.EplApi.DataModel Namespace / SymbolReference Class / IsPointInsideLogicalArea Method / IsPointInsideLogicalArea(PointD) Method

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 virtual bool IsPointInsideLogicalArea( 
       PointD pTest
    )
    public:
    virtual bool IsPointInsideLogicalArea( 
       PointD pTest
    ) 

    Parameters

    pTest
    See Also