Gets the specified region index in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
C# |
---|
public int IndexOf( BaselineRegion region ) |
Visual Basic |
---|
Public Function IndexOf ( _ region As BaselineRegion _ ) As Integer |
Visual C++ |
---|
public: int IndexOf( BaselineRegion^ region ) |
Parameters
- region
- Type: Autodesk.Civil.DatabaseServices..::..BaselineRegion
The object to locate in the collection.