GridSurfaceEdgeVertex2 Property |
Gets vertex on the right or top of the edge.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridSurfaceVertex Vertex2 { get; }
Public ReadOnly Property Vertex2 As GridSurfaceVertex
Get
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