Share

SurfaceOperationAddPointFile.FileFormat Property

Gets the point file format in the current operation.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public PointFileFormat FileFormat { get; }

VB

Public ReadOnly Property FileFormat As PointFileFormat
	Get

C++

public:
property PointFileFormat^ FileFormat {
	PointFileFormat^ get ();
}

Property Value

PointFileFormat

See Also

Reference

Was this information helpful?