Eplan Platform API
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateTapHole Method / CreateTapHole(Project,Double) Method
Diameter of the tap hole. Must be greater than 0.

CreateTapHole(Project,Double) Method
Creates new tap hole in project.
Syntax
public void CreateTapHole( 
   Project pProject,
   double dDiameter
)

Parameters

pProject
dDiameter
Diameter of the tap hole. Must be greater than 0.
Exceptions
ExceptionDescription
Thrown when the Drilling has already been created.
Thrown if parameter pProject is null.
Thrown if parameter dDiameter isn't grater than 0.
See Also