Current Property

Gets the ObjectId of the current CogoPoint in the collection.

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

Syntax

C#

public virtual ObjectId Current { get; }

Visual Basic

Public Overridable ReadOnly Property Current As ObjectId
	Get

Visual C++

public:
virtual property ObjectId Current {
	ObjectId get ();
}

Implements

IEnumerator<T>.Current

See Also