API Reference

Enum

VisioNetworkNodeKind

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

Semantic node kinds used by the network diagram builder.

Inheritance

  • Enum
  • VisioNetworkNodeKind

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 VisioNetworkNodeKind User #

External user or client.

Value: 0
public const VisioNetworkNodeKind Workstation #

Desktop, laptop, or endpoint device.

Value: 1
public const VisioNetworkNodeKind Server #

Server or virtual machine.

Value: 2
public const VisioNetworkNodeKind Switch #

Network switch.

Value: 3
public const VisioNetworkNodeKind Router #

Router or routing appliance.

Value: 4
public const VisioNetworkNodeKind Firewall #

Firewall or security boundary.

Value: 5
public const VisioNetworkNodeKind Internet #

Internet or external network.

Value: 6
public const VisioNetworkNodeKind Printer #

Printer or peripheral.

Value: 7
public const VisioNetworkNodeKind Storage #

Storage appliance.

Value: 8
public const VisioNetworkNodeKind Database #

Database node.

Value: 9
public const VisioNetworkNodeKind Wireless #

Wireless access point.

Value: 10
public const VisioNetworkNodeKind Note #

Legend, note, or annotation.

Value: 11