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