Share

GridSurfaceCellEnumerator.Current Property



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

Syntax

C#

public virtual GridSurfaceCell Current { get; }

VB

Public Overridable ReadOnly Property Current As GridSurfaceCell
	Get

C++

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

Property Value

GridSurfaceCell

Implements

IEnumeratorTCurrent

See Also

Reference

Was this information helpful?