Share

GridSurfaceObject Class

The base class for GridSurface data objects, such as GridSurfaceVertex, GridSurfaceTriangle, etc.

Inheritance Hierarchy

SystemObject
  Autodesk.Civil.DatabaseServicesGridSurfaceObject
    Autodesk.Civil.DatabaseServicesGridSurfaceCell
    Autodesk.Civil.DatabaseServicesGridSurfaceEdge
    Autodesk.Civil.DatabaseServicesGridSurfaceVertex


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

Syntax

C#

public abstract class GridSurfaceObject : IDisposable

VB

Public MustInherit Class GridSurfaceObject
	Implements IDisposable

C++

public ref class GridSurfaceObject abstract : IDisposable

The GridSurfaceObject type exposes the following members.

Properties

 NameDescription
Public propertyIsValid Gets whether the object is valid.
Public propertySurface Gets the Surface to which the object belongs.

Methods

 NameDescription
Public methodDisposeReleases all resources used by the GridSurfaceObject

See Also

Reference

Was this information helpful?