GridSurface Class

This class encapsulates a GridSurface.

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

Syntax

C#

public sealed class GridSurface : Surface, 
	IGridSurface, ITerrainSurface

Visual Basic

Public NotInheritable Class GridSurface _
	Inherits Surface _
	Implements IGridSurface, ITerrainSurface

Visual C++

public ref class GridSurface sealed : public Surface, 
	IGridSurface, ITerrainSurface

Remarks

A grid surface is made up from points that lie on a regular grid, for example Digital Elevation Models (DEMs).

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    DisposableWrapper
      RXObject
        Drawable
          DBObject
            Entity
              Curve
                Entity
                  Autodesk.Civil.DatabaseServices.Entity
                    Autodesk.Civil.DatabaseServices.Surface
                      Autodesk.Civil.DatabaseServices.GridSurface

See Also