JAMS Developer Guide
Load(CfgDb) Method


MVPSI.JAMS Namespace > CfgDb Class > Load Method : Load(CfgDb) Method
The JAMS CfgDb definition which is returned from this method.
Load a Cfg definition from the default JAMS Server.
Syntax
'Declaration
 
Public Overloads Shared Sub Load( _
   ByRef cfgDb As CfgDb _
) 
'Usage
 
Dim cfgDb As CfgDb
 
CfgDb.Load(cfgDb)
public static void Load( 
   out CfgDb cfgDb
)

Parameters

cfgDb
The JAMS CfgDb definition which is returned from this method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CfgDb Class
CfgDb Members
Overload List