GridSurfaceCell Class

This class encapsulates a cell in a GridSurface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesGridSurfaceObject
    Autodesk.Civil.DatabaseServicesGridSurfaceCell

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public sealed class GridSurfaceCell : GridSurfaceObject

The GridSurfaceCell type exposes the following members.

Properties
 NameDescription
Public propertyBottomEdge Gets the edge at the bottom of the cell.
Public propertyBottomLeftVertex Gets the vertex at the bottom left corner of the cell.
Public propertyBottomRightVertex Gets the vertex at the bottom right corner of the cell.
Public propertyGridLocation Gets the location of the cell.
Public propertyIsValid Gets whether the object is valid.
(Inherited from GridSurfaceObject)
Public propertyLeftEdge Gets the edge at the left of the cell.
Public propertyRightEdge Gets the edge at the right of the cell.
Public propertySurface Gets the Surface to which the object belongs.
(Inherited from GridSurfaceObject)
Public propertyTopEdge Gets the edge at the top of the cell.
Public propertyTopLeftVertex Gets the vertex at the top left corner of the cell.
Public propertyTopRightVertex Gets the vertex at the top right corner of the cell.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from GridSurfaceObject)
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Top
See Also