Gets the specified region index in the collection.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public int IndexOf( BaselineRegion region )
VB
Public Function IndexOf ( region As BaselineRegion ) As Integer
C++
public: int IndexOf( BaselineRegion^ region )
Parameters
- region BaselineRegion
- The object to locate in the collection.
Return Value
Int32The zero-based index if the region exists; otherwise, –1.