API Reference

Enum

VisioSwimlaneConnectorKind

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

Semantic flow kinds used by the swimlane diagram builder.

Inheritance

  • Enum
  • VisioSwimlaneConnectorKind

Usage

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

Values

public const VisioSwimlaneConnectorKind Flow #

A normal process flow.

Value: 0
public const VisioSwimlaneConnectorKind Handoff #

A handoff between roles or lanes.

Value: 1
public const VisioSwimlaneConnectorKind Exception #

An exception, retry, or alternate path.

Value: 2