API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateRound Method / CreateRound(Project,Double) Method
Diameter of the drilling. Must be greater than 0.

In This Topic
    CreateRound(Project,Double) Method
    In This Topic
    Creates new round drilling in project.
    Syntax
    public void CreateRound( 
       Project pProject,
       double dDiameter
    )
    public:
    void CreateRound( 
       Project^ pProject,
       double dDiameter
    ) 

    Parameters

    pProject
    dDiameter
    Diameter of the drilling. Must be greater than 0.
    Exceptions
    ExceptionDescription
    Thrown when the Drilling has already been created.
    Thrown if parameter pProject is null.
    Thrown if parameter dDiameter isn't grater than 0.
    See Also