Specifies whether Visio groups are created from the FlowChartX groups.
(
a feature of FlowChartX Pro edition)
SyntaxVB6
Copy Code
|
|---|
Public Property Get CreateVisioGroups() As Boolean |
C++
Copy Code
|
|---|
public: |
A boolean value. The default is true.
RemarksIt 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