Visit Gigasoft's Web Site
 ProEssentials v9 Help

LoadObjectFromStream

Scope

Pego, Pesgo, Pe3do, Pepso, Pepco

 

public int PeFunction.LoadObjectFromStream ( System.IO.MemoryStream storedStream )

Parameter

Description

fileName

Name of file to create

 

This function restores the current object from a binary stream identified with storedStream. You first must have stored the same type of object with SaveObjectToStream. 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 LoadObjectFromStream as was used with SaveObjectToStream.

 

Returns

NonZero if the function was successful, otherwise Zero.

 

Comments

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

 

See Also: PEload