This class encapsulates the edge of a GridSurface.
Inheritance Hierarchy
SystemObjectAutodesk.Civil.DatabaseServicesGridSurfaceObject
Autodesk.Civil.DatabaseServicesGridSurfaceEdge
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public sealed class GridSurfaceEdge : GridSurfaceObject
VB
Public NotInheritable Class GridSurfaceEdge Inherits GridSurfaceObject
C++
public ref class GridSurfaceEdge sealed : public GridSurfaceObject
The GridSurfaceEdge type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Cell1 | Gets the cell on the left or bottom of the edge. | |
| Cell2 | Gets the cell on the right or top of the edge. | |
| IsValid |
Gets whether the object is valid.
(Overrides GridSurfaceObjectIsValid) | |
| Surface |
Gets the Surface to which the object belongs.
(Inherited from GridSurfaceObject) | |
| Vertex1 | Gets the vertex on the left or bottom of the edge. | |
| Vertex2 | Gets vertex on the right or top of the edge. |
Methods
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from GridSurfaceObject) | |
| Equals | (Overrides ObjectEquals(Object)) | |
| GetHashCode | (Overrides ObjectGetHashCode) |
