Search
VisioExporter.CreateVisioGroups Property
See Also
 



Specifies whether Visio groups are created from the FlowChartX groups.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

Public Property Get CreateVisioGroups() As Boolean
Public Property Let CreateVisioGroups( _
    ByVal value As Boolean _
)

C++  Copy Code

public:
bool get_CreateVisioGroups ()
void put_CreateVisioGroups (
    bool value
)

 Property Value

A boolean value. The default is true.

 Remarks

It is not always possible to create a Visio group corresponding to a FlowChartX one. If the structure of your diagram seems incorrect when imported in Visio, disable this property.

 See Also