GridSurfaceCellCollectionGetAt Method |
Gets the cell at the specified location.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic GridSurfaceCell GetAt(
GridLocation location
)
Public Function GetAt (
location As GridLocation
) As GridSurfaceCell
public:
GridSurfaceCell^ GetAt(
GridLocation location
)
Parameters
- location GridLocation
-
Return Value
GridSurfaceCell
ExceptionsException | Condition |
---|
ArgumentException |
Thrown when there is no valid cell at the specified location.
|
See Also