BaselineRegionCollectionIndexOf Method |
Gets the specified region index in the collection.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic int IndexOf(
BaselineRegion region
)
Public Function IndexOf (
region As BaselineRegion
) As Integer
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