Share

GridSurfaceCellEnumerator Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesGridSurfaceCellEnumerator


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

Syntax

C#

public sealed class GridSurfaceCellEnumerator : IEnumerator<GridSurfaceCell>

VB

Public NotInheritable Class GridSurfaceCellEnumerator
	Implements IEnumerator(Of GridSurfaceCell)

C++

public ref class GridSurfaceCellEnumerator sealed : IEnumerator<GridSurfaceCell^>

The GridSurfaceCellEnumerator type exposes the following members.

Properties

 NameDescription
Public propertyCurrent 
Public propertyCurrentObject 

Methods

 NameDescription
Public methodDisposeReleases all resources used by the GridSurfaceCellEnumerator
Public methodMoveNext 
Public methodReset 

See Also

Reference

Was this information helpful?