Share

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.8.0.280

Syntax

C#

public sealed class CogoPointEnumerator : IEnumerator<ObjectId>

VB

Public NotInheritable Class CogoPointEnumerator
	Implements IEnumerator(Of ObjectId)

C++

public ref class CogoPointEnumerator sealed : 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.

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.

See Also

Reference

Was this information helpful?