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
SystemObjectAutodesk.Civil.DatabaseServicesPointFileFormatCollection
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public class PointFileFormatCollection : IEnumerable<PointFileFormat>, IDisposable
VB
Public Class PointFileFormatCollection Implements IEnumerable(Of PointFileFormat), IDisposable
C++
public ref class PointFileFormatCollection : IEnumerable<PointFileFormat^>, IDisposable
The PointFileFormatCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Count | Returns the number of available point file formats. |
![]() | ItemInt32 | |
![]() | ItemString |
Methods
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by the PointFileFormatCollection |
![]() | GetEnumerator | Implement the method declare in IEnumerable<T> interface. This method return an enumertor which can be use to enumerate this collection. |
![]() | GetObjectEnumerator | Implement the method declare in IEnumerable interface. This method return an enumertor which can be use to enumerate this collection. |
![]() ![]() ![]() | GetPointFileFormats | Gets the collection of point file formats supported by the specified database. |