SurfaceOperationAddPointFilePointFileName Property

Gets or sets the full path of the point file in the current operation.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public string PointFileName { get; set; }

Property Value

String
Exceptions
ExceptionCondition
ArgumentException Thrown when the point file content doesn't match the point file format.
Remarks
You may need to rebuild a surface after changing the point file name to make the change take effect.
See Also