Heureka API .NET Documentation
LoadClimateScenarioIntoControlCategory Method



Path to the climate scenario
Control category to set the climate scenario into
Load a climate scenario into a control category
Syntax
'Declaration
 
Public Shared Sub LoadClimateScenarioIntoControlCategory( _
   ByVal path As String, _
   ByVal cc As IControlCategory _
) 
'Usage
 
Dim path As String
Dim cc As IControlCategory
 
ApiClimateScenarioManager.LoadClimateScenarioIntoControlCategory(path, cc)
public static void LoadClimateScenarioIntoControlCategory( 
   string path,
   IControlCategory cc
)
public:
static void LoadClimateScenarioIntoControlCategory( 
   String^ path,
   IControlCategory^ cc
) 

Parameters

path
Path to the climate scenario
cc
Control category to set the climate scenario into
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

ApiClimateScenarioManager Class
ApiClimateScenarioManager Members

Send Feedback