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