Gets or sets the full path of the point file in the current operation.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public string PointFileName { get; set; } |
| Visual Basic |
|---|
Public Property PointFileName As String
Get
Set |
| Visual C++ |
|---|
public:
property String^ PointFileName {
String^ get ();
void set (String^ value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the point file content doesn't match the point file format.
|
See Also