Share

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.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

 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.

Methods

 NameDescription
Public methodDispose
(Inherited from GridSurfaceObject)
Public methodEquals
(Overrides ObjectEquals(Object))
Public methodGetHashCode
(Overrides ObjectGetHashCode)

See Also

Reference

Was this information helpful?