Search
VisioImporter.ImportEntitiesAsTables Property
See Also
 



Gets or sets a value indicating whether Visio UML and DB entities are imported as FlowChartX tables.

( a feature of FlowChartX Pro edition)

 Syntax

VB6  Copy Code

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

C++  Copy Code

public:
bool get_ImportEntitiesAsTables ()
void put_ImportEntitiesAsTables (
    bool value
)

 Property Value

true to import Visio entity nodes as tables; otherwise, false. The default is false.

 Remarks

If 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