ArcFM Desktop Developer Guide
Add Method (ResourceProviderCollection)


The provider to be added.
Adds a ResourceProvider to the collection.
Syntax
'Declaration
 
Public Overrides Sub Add( _
   ByVal provider As ProviderBase _
) 
'Usage
 
Dim instance As ResourceProviderCollection
Dim provider As ProviderBase
 
instance.Add(provider)
public override void Add( 
   ProviderBase provider
)

Parameters

provider
The provider to be added.
Exceptions
ExceptionDescription
System.ArgumentExceptionThrown if the provider is not of type ResourceProvider.
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

ResourceProviderCollection Class
ResourceProviderCollection Members

 

 


Send Comment