Gets or sets the FlowChart instance to be serialized.
SyntaxVB6
Copy Code
|
|---|
Public Property Get Document() As FlowChart |
C++
Copy Code
|
|---|
public: |
A reference to a FlowChart instance.
RemarksMust be set prior to calling Write or WriteToString.
See Also