ArcFM Desktop Developer Guide
Initialize Method (DefaultResourceProvider)


Syntax
'Declaration
 
Public Overrides NotOverridable Sub Initialize( _
   ByVal name As String, _
   ByVal config As NameValueCollection _
) 
'Usage
 
Dim instance As DefaultResourceProvider
Dim name As String
Dim config As NameValueCollection
 
instance.Initialize(name, config)
public override void Initialize( 
   string name,
   NameValueCollection config
)

Parameters

name
config
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

DefaultResourceProvider Class
DefaultResourceProvider Members

 

 


Send Comment