API Reference

Enum

VisioNetworkLinkKind

Namespace OfficeIMO.Visio.Diagrams
Assembly OfficeIMO.Visio
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Semantic link kinds used by the network diagram builder.

Inheritance

  • Enum
  • VisioNetworkLinkKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const VisioNetworkLinkKind Ethernet #

Standard network/data connection.

Value: 0
public const VisioNetworkLinkKind Trunk #

Higher-capacity uplink or trunk.

Value: 1
public const VisioNetworkLinkKind Wireless #

Wireless connection.

Value: 2
public const VisioNetworkLinkKind Management #

Management or control-plane connection.

Value: 3