API Help
Eplan.EplApi.DataModel.Graphics Namespace / Shielding Class / SetArea Method
First corner of the shielding
Second corner of the shielding

In This Topic
    SetArea Method (Shielding)
    In This Topic
    Sets the size of a shielding using the coordinates of the two opposite corners
    Syntax
    public void SetArea( 
       PointD pntStart,
       PointD pntEnd
    )
    public:
    void SetArea( 
       PointD pntStart,
       PointD pntEnd
    ) 

    Parameters

    pntStart
    First corner of the shielding
    pntEnd
    Second corner of the shielding
    Exceptions
    ExceptionDescription
    Thrown when the area cannot be set.
    See Also