GridSurfaceCellCollection Class

This class encapsulates a collection of GridSurfaceCell objects.

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

Syntax

C#

public class GridSurfaceCellCollection : IEnumerable<GridSurfaceCell>

Visual Basic

Public Class GridSurfaceCellCollection _
	Implements IEnumerable(Of GridSurfaceCell)

Visual C++

public ref class GridSurfaceCellCollection : IEnumerable<GridSurfaceCell^>

Inheritance Hierarchy

System.Object
  Autodesk.Civil.DatabaseServices.GridSurfaceCellCollection

See Also