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

CreateRound(Project,Double) Method
Creates new round drilling in project.
Syntax
public void CreateRound( 
   Project pProject,
   double dDiameter
)

Parameters

pProject
dDiameter
Diameter 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 parameter dDiameter isn't grater then 0.
See Also