Share

GridSurfaceVertexEnumerator Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesGridSurfaceVertexEnumerator


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

Syntax

C#

public sealed class GridSurfaceVertexEnumerator : IEnumerator<GridSurfaceVertex>

VB

Public NotInheritable Class GridSurfaceVertexEnumerator
	Implements IEnumerator(Of GridSurfaceVertex)

C++

public ref class GridSurfaceVertexEnumerator sealed : IEnumerator<GridSurfaceVertex^>

The GridSurfaceVertexEnumerator type exposes the following members.

Properties

 NameDescription
Public propertyCurrent 
Public propertyCurrentObject 

Methods

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

See Also

Reference

Was this information helpful?