Search
VisioExporter.Export Method
See Also
 



Creates a Visio VDX representing the specified FlowChartX diagram.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Function Export( _
    ByVal flowChartDoc As Object, _
    ByVal vdxPathName As String _
) As Object

C++  Copy Code

public:
IDispatch* Export (
    IDispatch* flowChartDoc,
    BSTR vdxPathName
)

 Parameters

flowChartDoc
A reference to the FlowChart to be exported.
vdxPathName
A full path to the Visio VDX file.

 Return Value

 Remarks

The exported document contains a single page, as big as the FlowChartX scrollable diagram area. The Visio page dimension and items size measure unit is set to inch.

 See Also