API Reference
Class
VisioNetworkLinkRecord
Simple data record used to import network links into VisioNetworkDiagramBuilder.
Inheritance
- Object
- VisioNetworkLinkRecord
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public VisioNetworkLinkRecord(String id, String fromId, String toId, VisioNetworkLinkKind kind = Ethernet, String label = null) #Initializes a network link import record.
Parameters
- id System.String
- fromId System.String
- toId System.String
- kind OfficeIMO.Visio.Diagrams.VisioNetworkLinkKind = Ethernet
- label System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public VisioNetworkLinkKind Kind { get; } #Semantic link kind.
public String Label { get; } #Visible link label.
public IDictionary<String, String> ShapeData { get; } #Shape Data rows to apply to the generated connector.
public String HyperlinkAddress { get; set; } #Optional hyperlink address attached to the generated connector.
public String HyperlinkDescription { get; set; } #Optional hyperlink description attached to the generated connector.