This class encapsulates a collection of TinSurfaceVertex objects.

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

Syntax

C#
public sealed class TinSurfaceVertexCollection : IEnumerable<TinSurfaceVertex>, 
	IDisposable
Visual Basic
Public NotInheritable Class TinSurfaceVertexCollection _
	Implements IEnumerable(Of TinSurfaceVertex), IDisposable
Visual C++
public ref class TinSurfaceVertexCollection sealed : IEnumerable<TinSurfaceVertex^>, 
	IDisposable

Inheritance Hierarchy

System..::..Object
  Autodesk.Civil.DatabaseServices..::..TinSurfaceVertexCollection

See Also