GridSurfaceObject Class

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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public abstract class GridSurfaceObject : 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.
Top
Methods
 NameDescription
Public methodDisposeReleases all resources used by the GridSurfaceObject
Top
See Also