Tank.GetFromString(String) Method

Top 

Description

Load the object state from the specified string.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Method Signature

Tank.GetFromString(

String objectXml)

 

 

Arguments

objectXml


Description:

The FreeFlyer object xml from which to load the object state.

 

 

 

Return Value

Type:

string

 

 

The FreeFlyer object xml representation of the object.

 

Syntax

myString1 = myTank1.GetFromString(myString2);

 

 

See also

Tank Object

Tanks Guide