Search
SvgExporter.Export Method
See Also
 



Creates an SVG drawing representing the specified FlowChartX diagram.

 Syntax

VB6  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
)

 Parameters

Diagram
A reference to the diagram to be exported.
SvgPath
A full path to the .svg file.

 Return Value

 See Also