API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateRectangle Method / CreateRectangle(Project,Double,Double) Method
Width of the drilling. Must be greater then 0.
Height of the drilling. Must be greater then 0.

In This Topic
    CreateRectangle(Project,Double,Double) Method
    In This Topic
    Creates new rectangle drilling in project.
    Syntax
    public void CreateRectangle( 
       Project pProject,
       double dWidth,
       double dHeight
    )
    public:
    void CreateRectangle( 
       Project^ pProject,
       double dWidth,
       double dHeight
    ) 

    Parameters

    pProject
    dWidth
    Width of the drilling. Must be greater then 0.
    dHeight
    Height of the drilling. Must be greater then 0.
    Exceptions
    ExceptionDescription
    Thrown when the Drilling has already been created.
    Thrown if parameter pProject is null.
    Thrown if size parameter isn't grater then 0.
    See Also