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.8.0.280
Syntax
C#
public string PointFileName { get; set; }
VB
Public Property PointFileName As String Get Set
C++
public: property String^ PointFileName { String^ get (); void set (String^ value); }
Property Value
StringExceptions
Exception | Condition |
---|---|
ArgumentException | Thrown when the point file content doesn't match the point file format. |