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

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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.

See Also