Share

CogoPointEnumerator.Current Property

Gets the ObjectId of the current CogoPoint in the collection.



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

Syntax

C#

public virtual ObjectId Current { get; }

VB

Public Overridable ReadOnly Property Current As ObjectId
	Get

C++

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

Property Value

ObjectId

Implements

IEnumeratorTCurrent

See Also

Reference

Was this information helpful?