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

In This Topic
    CreateHexagon(Project,Double) Method
    In This Topic
    Creates new hexagon drilling in project.
    Syntax
    public void CreateHexagon( 
       Project pProject,
       double dEdgeLength
    )
    public:
    void CreateHexagon( 
       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