This class encapsulates a collection of all the point file formats in the current drawing. A point file format is required to import points into a drawing.

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

Syntax

C#
public class PointFileFormatCollection : IEnumerable<PointFileFormat>, 
	IDisposable
Visual Basic
Public Class PointFileFormatCollection _
	Implements IEnumerable(Of PointFileFormat), IDisposable
Visual C++
public ref class PointFileFormatCollection : IEnumerable<PointFileFormat^>, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..PointFileFormatCollection

See Also