Share

GridSurfaceCellCollection.Contains Method

Gets whether there's a cell at the specified grid location.



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

Syntax

C#

public bool Contains(
	GridLocation location
)

VB

Public Function Contains ( 
	location As GridLocation
) As Boolean

C++

public:
bool Contains(
	GridLocation location
)

Parameters

location  GridLocation
 

Return Value

Boolean

See Also

Reference

Was this information helpful?