PointFileFormatCollection Class

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.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesPointFileFormatCollection

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public class PointFileFormatCollection : IEnumerable<PointFileFormat>, 
	IDisposable

The PointFileFormatCollection type exposes the following members.

Properties
 NameDescription
Public propertyCount Returns the number of available point file formats.
Public propertyItemInt32 
Public propertyItemString 
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the PointFileFormatCollection
Public methodGetEnumerator Implement the method declare in IEnumerable<T> interface. This method return an enumertor which can be use to enumerate this collection.
Public methodGetObjectEnumerator Implement the method declare in IEnumerable interface. This method return an enumertor which can be use to enumerate this collection.
Public methodStatic memberCode exampleGetPointFileFormats Gets the collection of point file formats supported by the specified database.
Top
See Also