This class encapsulates a cell in a GridSurface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGridSurfaceObject
Autodesk.Civil.DatabaseServicesGridSurfaceCell
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class GridSurfaceCell : GridSurfaceObject
VB
Public NotInheritable Class GridSurfaceCell Inherits GridSurfaceObject
C++
public ref class GridSurfaceCell sealed : public GridSurfaceObject
The GridSurfaceCell type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| BottomEdge | Gets the edge at the bottom of the cell. | |
| BottomLeftVertex | Gets the vertex at the bottom left corner of the cell. | |
| BottomRightVertex | Gets the vertex at the bottom right corner of the cell. | |
| GridLocation | Gets the location of the cell. | |
| IsValid |
Gets whether the object is valid.
(Inherited from GridSurfaceObject) | |
| LeftEdge | Gets the edge at the left of the cell. | |
| RightEdge | Gets the edge at the right of the cell. | |
| Surface |
Gets the Surface to which the object belongs.
(Inherited from GridSurfaceObject) | |
| TopEdge | Gets the edge at the top of the cell. | |
| TopLeftVertex | Gets the vertex at the top left corner of the cell. | |
| TopRightVertex | Gets the vertex at the top right corner of the cell. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from GridSurfaceObject) | |
| Equals | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) |
