API Reference

Class

VisioNetworkLinkRecord

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Modifiers sealed

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 requiredposition: 0
fromId System.String requiredposition: 1
toId System.String requiredposition: 2
kind OfficeIMO.Visio.Diagrams.VisioNetworkLinkKind = Ethernet optionalposition: 3
label System.String = null optionalposition: 4

Properties

public String Id { get; } #

Stable link id.

public String FromId { get; } #

Source node id.

public String ToId { get; } #

Target node id.

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.