API Reference

Enum

VisioArchitectureShapeKind

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

Semantic component kinds used by the architecture diagram builder.

Inheritance

  • Enum
  • VisioArchitectureShapeKind

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 VisioArchitectureShapeKind Actor #

Human or external actor.

Value: 0
public const VisioArchitectureShapeKind Service #

Application, service, or process component.

Value: 1
public const VisioArchitectureShapeKind Compute #

Compute host, VM, container, or worker.

Value: 2
public const VisioArchitectureShapeKind Gateway #

Gateway, ingress, load balancer, or public endpoint.

Value: 3
public const VisioArchitectureShapeKind Database #

Database or structured data store.

Value: 4
public const VisioArchitectureShapeKind Storage #

Blob/file/object storage.

Value: 5
public const VisioArchitectureShapeKind Queue #

Queue, bus, stream, or asynchronous broker.

Value: 6
public const VisioArchitectureShapeKind Security #

Security boundary, identity, key, or policy component.

Value: 7
public const VisioArchitectureShapeKind Network #

Network, subnet, or routing component.

Value: 8
public const VisioArchitectureShapeKind External #

External dependency or third-party system.

Value: 9