An enumeration that specifies the point file format type.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum PointFileFormatType
VB
Public Enumeration PointFileFormatType
C++
public enum class PointFileFormatType
Members
| Member name | Value | Description |
|---|---|---|
| PointFile | 0 | |
| CogoDatabase | 1 | |
| PointDatabase | 2 | |
| Count | 3 |
