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

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

    Parameters

    pProject
    dWidth
    Width of the drilling. Must be greater than dHeight.
    dHeight
    Height 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 any size parameter is incorrect.
    See Also