FuzzySet.GetFromFile(String) Method

Top 

Description

Load the object state from the specified FreeFlyer object file.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Method Signature

FuzzySet.GetFromFile(

String fileName)

 

 

Arguments

fileName


Description:

The path at which to read the object file.

 

 

 

Syntax

myFuzzySet1.GetFromFile(myString1);

 

 

See also

FuzzySet Object