Share

GridSurfaceVertexEnumerator.Current Property



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

Syntax

C#

public virtual GridSurfaceVertex Current { get; }

VB

Public Overridable ReadOnly Property Current As GridSurfaceVertex
	Get

C++

public:
virtual property GridSurfaceVertex^ Current {
	GridSurfaceVertex^ get ();
}

Property Value

GridSurfaceVertex

Implements

IEnumeratorTCurrent

See Also

Reference

Was this information helpful?