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.
public void CreateContour( Project pProject, string strContureName )
public: void CreateContour( Project^ pProject, String^ strContureName )
Exception | Description |
---|---|
Eplan.EplApi.DataModel.ObjectAlreadyCreatedException | Thrown when the Drilling has already been created. |
System.ArgumentNullException | Thrown if parameter pProject or strContureName is null or empty. |