Search
FlowChart.SaveToStream Method
See Also
 



Saves the contents of the diagram to a stream.

 Syntax

VB6  Copy Code

Public Sub SaveToStream( _
    ByVal lpStream As Object _
)

C++  Copy Code

public:
void SaveToStream (
    IDispatch* lpStream
)

 Parameters

lpStream
The stream to save to.

 See Also