Eplan Platform API
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.

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 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