CogoPointEnumerator Class

The CogoPointEnumerator class is used to enumerate a CogoPointCollection.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesCogoPointEnumerator

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.7.0.1190
Syntax
public sealed class CogoPointEnumerator : IEnumerator<ObjectId>

The CogoPointEnumerator type exposes the following members.

Properties
 NameDescription
Public propertyCurrent Gets the ObjectId of the current CogoPoint in the collection.
Public propertyCurrentObject Gets the current element in the collection.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the CogoPointEnumerator
Public methodMoveNext Advances the enumerator to the next element of the collection.
Public methodReset Sets the enumerator to its initial position, which is before the first element in the collection.
Top
See Also