Search
VisioExporter.CreateVisioGroups Property
See Also
 





Gets or sets a value indicating whether Visio groups are created from the NetDiagram groups.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Visio

 Syntax

C#  Copy Code

public bool CreateVisioGroups { get; set; }

Visual Basic  Copy Code

Public Property CreateVisioGroups As Boolean

 Property Value

true to create Visio groups when possible; otherwise, false. The default is false.

 Remarks

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

 See Also