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