API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateTapHoleTransient Method
Diameter of the tap hole. Must be greater than 0.
list, that will be filled by additional created objects. may be null

In This Topic
    CreateTapHoleTransient Method
    In This Topic
    Creates new tap hole in project.
    Syntax

    Parameters

    oProject
    dDiameter
    Diameter of the tap hole. Must be greater than 0.
    listOfAdditionalObjects
    list, that will be filled by additional created objects. may be null

    Return Value

    The created Drilling.
    Exceptions
    ExceptionDescription
    Thrown when the Drilling has already been created.
    Thrown if parameter pInstallationSpace is null.
    Thrown if parameter dDiameter isn't grater than 0.
    See Also