FDO .NET API Reference Feature Data Objects
System::Int32 OSGeo::FDO::ClientServices::ProviderCollection::IndexOf ( System::String *  name  ) 

Returns the index of the specified item in the collection.

Parameters:
name The unique name of the feature provider. This name should be of the form [Company].[Provider].[Version].
Returns:
Returns the index item or -1 if the item does not exist. Index is 0 based. Throws an instance of Exception if an error occurs.


Comments or suggestions? Send us feedback.