API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateContourTransient Method
Full path with extension ("*.fc1") to file containing a contour.
list, that will be filled by additional created objects. may be null

In This Topic
    CreateContourTransient Method
    In This Topic
    Creates a new transient drilling in the shape of the given contour.
    Syntax

    Parameters

    oProject
    strContureName
    Full path with extension ("*.fc1") to file containing a contour.
    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 or strContureName is null or empty.
    See Also