GridVolumeSurface Class

The GridVolumeSurface class. This class encapsulates a grid volume surface.

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

Syntax

C#

public sealed class GridVolumeSurface : Surface, 
	IGridSurface, IVolumeSurface

Visual Basic

Public NotInheritable Class GridVolumeSurface _
	Inherits Surface _
	Implements IGridSurface, IVolumeSurface

Visual C++

public ref class GridVolumeSurface sealed : public Surface, 
	IGridSurface, IVolumeSurface

Remarks

A grid volume surface is a differential surface based on top and bottom surfaces, with grid points on a user-specified grid.

Inheritance Hierarchy

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

See Also