Gets the cell at the specified location.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: 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
)

Exceptions

ExceptionCondition
System..::..ArgumentException Thrown when there is no valid cell at the specified location.

See Also