ArcFM Solution Developer Guide
SetConfig Method


Syntax
'Declaration
 
Sub SetConfig( _
   ByVal bIsEnterprise As System.Boolean, _
   ByVal sName As System.String, _
   ByVal sConfig As System.String _
) 
'Usage
 
Dim instance As IMMMobileConfig
Dim bIsEnterprise As System.Boolean
Dim sName As System.String
Dim sConfig As System.String
 
instance.SetConfig(bIsEnterprise, sName, sConfig)
void SetConfig( 
   System.bool bIsEnterprise,
   System.string sName,
   System.string sConfig
)

Parameters

bIsEnterprise
sName
sConfig
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

IMMMobileConfig Interface
IMMMobileConfig Members

 

 


Send Comment