GridSurfaceEdgeVertex2 Property

Gets vertex on the right or top of the edge.

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

Property Value

GridSurfaceVertex
Remarks
If the edge is horizontal, Vertex2 is the right vertex. If the edge is vertical, Vertex2 is the top vertex.
See Also