WeatherMakerCloudProfileScriptCopyStateTo Method |
Copy profile state to another profile
Namespace:
DigitalRuby.WeatherMaker
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax public void CopyStateTo(
WeatherMakerCloudProfileScript other
)
Public Sub CopyStateTo (
other As WeatherMakerCloudProfileScript
)
public:
void CopyStateTo(
WeatherMakerCloudProfileScript^ other
)
member CopyStateTo :
other : WeatherMakerCloudProfileScript -> unit
Parameters
- other
- Type: DigitalRuby.WeatherMakerWeatherMakerCloudProfileScript
Other profile
See Also