Gets the cell at the specified location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public GridSurfaceCell GetAt( GridLocation location ) |
| Visual Basic |
|---|
Public Function GetAt ( _ location As GridLocation _ ) As GridSurfaceCell |
| Visual C++ |
|---|
public: GridSurfaceCell^ GetAt( GridLocation location ) |
Parameters
- location
- Type: Autodesk.Civil.DatabaseServices..::..GridLocation
Exceptions
| Exception | Condition |
|---|---|
| System..::..ArgumentException | Thrown when there is no valid cell at the specified location. |