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

SetArea Method (Shielding)
Sets the size of a shielding using the coordinates of the two opposite corners
Syntax
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