API Reference

Class

VisioNetworkNodeRecord

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

Simple data record used to import network nodes into VisioNetworkDiagramBuilder.

Inheritance

  • Object
  • VisioNetworkNodeRecord

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 VisioNetworkNodeRecord(String id, String text, Int32 column, Int32 row, VisioNetworkNodeKind kind = Server) #

Initializes a network node import record.

Parameters

id System.String requiredposition: 0
text System.String requiredposition: 1
column System.Int32 requiredposition: 2
row System.Int32 requiredposition: 3
kind OfficeIMO.Visio.Diagrams.VisioNetworkNodeKind = Server optionalposition: 4

Properties

public String Id { get; } #

Stable node id.

public String Text { get; } #

Visible node label.

public Int32 Column { get; } #

Zero-based grid column.

public Int32 Row { get; } #

Zero-based grid row.

public VisioNetworkNodeKind Kind { get; } #

Semantic node kind.

public IDictionary<String, String> ShapeData { get; } #

Shape Data rows to apply to the generated node.

public String HyperlinkAddress { get; set; } #

Optional hyperlink address attached to the generated node.

public String HyperlinkDescription { get; set; } #

Optional hyperlink description attached to the generated node.