Share

GridSurfaceCellCollection.GetAt Method

Gets the cell at the specified location.



Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public GridSurfaceCell GetAt(
	GridLocation location
)

VB

Public Function GetAt ( 
	location As GridLocation
) As GridSurfaceCell

C++

public:
GridSurfaceCell^ GetAt(
	GridLocation location
)

Parameters

location  GridLocation
 

Return Value

GridSurfaceCell

Exceptions

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

See Also

Reference

Was this information helpful?