Visit Gigasoft's Web Site
 ProEssentials v9 Help

LoadObjectFromFile

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

 

public int PeFunction.LoadObjectFromFile ( string fileName )

Parameter

Description

fileName

Name of file to create

 

This function restores the current object from a binary file named by fileName. You first must have stored the same type of object with SaveObjectToFile. Care must be taken to make sure that the correct object type (Graph, Scientific Graph, 3D Scientific Graph, Polar Object or Pie Chart Object) is used with LoadObjectFromFile as was used with SaveObjectToFile. Generally you will name files in a way which identifies which type of object is stored.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

PeFunction.LoadObjectFromFile members of Pego.PeFunction, Pesgo.PeFunction, Pe3do.PeFunction, Pepso.PeFunction, Pepco.PeFunction