This class encapsulates a point file format for the current drawing. A drawing typically defines several point file formats, held in its PointFileFormatCollection. A point file format is used by the AddPointFile() methods to import points into a drawing.
Inheritance Hierarchy
SystemObjectSystemMarshalByRefObject
DisposableWrapper
Autodesk.Civil.DatabaseServicesPointFileFormat
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1276
Syntax
C#
public class PointFileFormat : DisposableWrapper
VB
Public Class PointFileFormat Inherits DisposableWrapper
C++
public ref class PointFileFormat : public DisposableWrapper
The PointFileFormat type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| CommentTag | Gets the tag for descriptive text in the point data file. | |
| Delimiter | Gets the delimiter used to separate values in the point data file. | |
| FileExtension | Gets the default file extension of the point data file using this format. | |
| FileFormatType | Gets the point file format type. | |
| Name | Gets the point file format name. |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Overrides DisposableWrapper.Equals(Object)) |
