Share

GridSurfaceEdge.Vertex1 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.280

Syntax

C#

public GridSurfaceVertex Vertex1 { get; }

VB

Public ReadOnly Property Vertex1 As GridSurfaceVertex
	Get

C++

public:
property GridSurfaceVertex^ Vertex1 {
	GridSurfaceVertex^ 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

Reference

Was this information helpful?