PhaseControlModel.GetFromString(String) Method

Top 

Description

Load the object state from the specified string.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

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

 

Method Signature

PhaseControlModel.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 = myPhaseControlModel1.GetFromString(myString2);

 

 

See also

PhaseControlModel Object