ArcFM Solution Developer Guide
InitializeProvider Method


The provider settings.
Initializes the provider.
Syntax
'Declaration
 
Public Shared Function InitializeProvider( _
   ByVal providerSettings As System.Configuration.ProviderSettings _
) As FeatureIdentificationProvider
'Usage
 
Dim providerSettings As System.Configuration.ProviderSettings
Dim value As FeatureIdentificationProvider
 
value = FeatureIdentification.InitializeProvider(providerSettings)
public static FeatureIdentificationProvider InitializeProvider( 
   System.Configuration.ProviderSettings providerSettings
)

Parameters

providerSettings
The provider settings.

Return Value

The initialized provider.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

FeatureIdentification Class
FeatureIdentification Members

 

 


Send Comment