SequentialFilter.PutToString() Method

Top 

Description

Convert the object state to FreeFlyer object xml and return as a 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

SequentialFilter.PutToString(

)

 

 

Return Value

Type:

string

 

 

The FreeFlyer object xml representation of the object.

 

Syntax

myString1 = mySequentialFilter1.PutToString();

 

 

See also

SequentialFilter Object