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

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

Parameters

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