API Help
Eplan.EplApi.DataModel.E3D Namespace / Drilling Class / CreateContour Method / CreateContour(Project,String) Method
Full path with extension ("*.fc1") to file containing a contour.

In This Topic
    CreateContour(Project,String) Method
    In This Topic
    Creates a new drilling in the shape of the given contour.
    Syntax
    public void CreateContour( 
       Project pProject,
       string strContureName
    )
    public:
    void CreateContour( 
       Project^ pProject,
       String^ strContureName
    ) 

    Parameters

    pProject
    strContureName
    Full path with extension ("*.fc1") to file containing a contour.
    Exceptions
    ExceptionDescription
    Thrown when the Drilling has already been created.
    Thrown if parameter pProject or strContureName is null or empty.
    See Also