Share

PointFileFormat Class

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

SystemObject
  SystemMarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServicesPointFileFormat


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

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

 NameDescription
Public propertyCommentTag Gets the tag for descriptive text in the point data file.
Public propertyDelimiter Gets the delimiter used to separate values in the point data file.
Public propertyFileExtension Gets the default file extension of the point data file using this format.
Public propertyFileFormatType Gets the point file format type.
Public propertyName Gets the point file format name.

Methods

 NameDescription
Public methodEquals
(Overrides DisposableWrapper.Equals(Object))

See Also

Reference

Was this information helpful?