BaselineRegionCollectionIndexOf Method

Gets the specified region index in the collection.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public int IndexOf(
	BaselineRegion region
)

Parameters

region  BaselineRegion
The object to locate in the collection.

Return Value

Int32
The zero-based index if the region exists; otherwise, –1.
See Also