Gets the vertex on the left or bottom of the edge.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public GridSurfaceVertex Vertex1 { get; }
Visual Basic
Public ReadOnly Property Vertex1 As GridSurfaceVertex Get
Visual C++
public: property GridSurfaceVertex^ Vertex1 { GridSurfaceVertex^ get (); }
Remarks
If the edge is horizontal, Vertex1 is the left vertex.
If the edge is vertical, Vertex1 is the bottom vertex.