Search
ConnectorImportedEventArgs.ConnectorXml Property
See Also
 





Gets the XML DOM element corresponding to the Visio document's XML code that describes the imported connector.

Namespace: MindFusion.Diagramming.Import
Package: MindFusion.Diagramming.Import.Visio

 Syntax

C#  Copy Code

public XmlNode ConnectorXml { get; }

Visual Basic  Copy Code

Public ReadOnly Property ConnectorXml As XmlNode

 Property Value

An XmlNode object corresponding to the section of the VDX document which describes the imported connector.

 See Also