GridSurfaceCellTopRightVertex Property |
Gets the vertex at the top right corner of the cell.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridSurfaceVertex TopRightVertex { get; }
Public ReadOnly Property TopRightVertex As GridSurfaceVertex
Get
public:
property GridSurfaceVertex^ TopRightVertex {
GridSurfaceVertex^ get ();
}
Property Value
GridSurfaceVertex
See Also