Creates an SVG drawing representing the specified FlowChartX diagram.
SyntaxVB6
Copy Code
|
|---|
| Public Function Export( _ ByVal Diagram As Object, _ ByVal SvgPath As String _ ) As Object |
C++
Copy Code
|
|---|
| public: IDispatch* Export ( IDispatch* Diagram, BSTR SvgPath ) |
See Also