Gets or sets a value indicating whether Visio UML and DB entities are imported as FlowChartX tables.
(
a feature of FlowChartX Pro edition)
SyntaxVB6
Copy Code
|
|---|
Public Property Get ImportEntitiesAsTables() As Boolean |
C++
Copy Code
|
|---|
public: |
true to import Visio entity nodes as tables; otherwise, false. The default is false.
RemarksIf this property is disabled, Visio entity objects are imported as FlowChartX groups of rectangular nodes; if it is enabled, entities are imported as tables.
See Also