GridSurfaceEdgeVertex1 Property

Gets the vertex on the left or bottom of the edge.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public GridSurfaceVertex Vertex1 { get; }

Property Value

GridSurfaceVertex
Remarks
If the edge is horizontal, Vertex1 is the left vertex. If the edge is vertical, Vertex1 is the bottom vertex.
See Also