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.

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

Syntax

C#
public class PointFileFormat : DisposableWrapper
Visual Basic
Public Class PointFileFormat _
	Inherits DisposableWrapper
Visual C++
public ref class PointFileFormat : public DisposableWrapper

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    DisposableWrapper
      Autodesk.Civil.DatabaseServices..::..PointFileFormat

See Also