GridSurfaceEdge Class

This class encapsulates the edge of a GridSurface.
Inheritance Hierarchy
SystemObject
  Autodesk.Civil.DatabaseServicesGridSurfaceObject
    Autodesk.Civil.DatabaseServicesGridSurfaceEdge

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

The GridSurfaceEdge type exposes the following members.

Properties
 NameDescription
Public propertyCell1 Gets the cell on the left or bottom of the edge.
Public propertyCell2 Gets the cell on the right or top of the edge.
Public propertyIsValid Gets whether the object is valid.
(Overrides GridSurfaceObjectIsValid)
Public propertySurface Gets the Surface to which the object belongs.
(Inherited from GridSurfaceObject)
Public propertyVertex1 Gets the vertex on the left or bottom of the edge.
Public propertyVertex2 Gets vertex on the right or top of the edge.
Top
Methods
 NameDescription
Public methodDispose
(Inherited from GridSurfaceObject)
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)
Top
See Also