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

In This Topic
    CreateOctagon(Project,Double) Method
    In This Topic
    Creates new octagon drilling in project.
    Syntax
    public void CreateOctagon( 
       Project pProject,
       double dEdgeLength
    )
    public:
    void CreateOctagon( 
       Project^ pProject,
       double dEdgeLength
    ) 

    Parameters

    pProject
    dEdgeLength
    Length of one edge 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 edge length isn't greater than 0.
    See Also