Heureka API .NET Documentation
LoadClimateScenario Method



Path to the climate scenario
Loads a climate scenario from a path
Syntax
'Declaration
 
Public Shared Function LoadClimateScenario( _
   ByVal path As String _
) As ClimateScenario
'Usage
 
Dim path As String
Dim value As ClimateScenario
 
value = ApiClimateScenarioManager.LoadClimateScenario(path)
public static ClimateScenario LoadClimateScenario( 
   string path
)
public:
static ClimateScenario^ LoadClimateScenario( 
   String^ path
) 

Parameters

path
Path to the climate scenario
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