Share

TinSurfaceVertexEnumerator Class

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesTinSurfaceVertexEnumerator


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

Syntax

C#

public sealed class TinSurfaceVertexEnumerator : IEnumerator<TinSurfaceVertex>

VB

Public NotInheritable Class TinSurfaceVertexEnumerator
	Implements IEnumerator(Of TinSurfaceVertex)

C++

public ref class TinSurfaceVertexEnumerator sealed : IEnumerator<TinSurfaceVertex^>

The TinSurfaceVertexEnumerator type exposes the following members.

Properties

 NameDescription
Public propertyCurrent 
Public propertyCurrentObject 

Methods

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

See Also

Reference

Was this information helpful?