Share

GridSurfaceEdge.Vertex2 Property

Gets vertex on the right or top of the edge.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public GridSurfaceVertex Vertex2 { get; }

VB

Public ReadOnly Property Vertex2 As GridSurfaceVertex
	Get

C++

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

Reference

Was this information helpful?