API Reference

Class

VisioSequenceNoteRecord

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

Simple data record used to import semantic sequence notes into VisioSequenceDiagramBuilder.

Inheritance

  • Object
  • VisioSequenceNoteRecord

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 VisioSequenceNoteRecord(String id, String participantId, String text, Int32 rowIndex, VisioSide placement = Right) #

Initializes a sequence note import record.

Parameters

id System.String requiredposition: 0
participantId System.String requiredposition: 1
text System.String requiredposition: 2
rowIndex System.Int32 requiredposition: 3
placement OfficeIMO.Visio.VisioSide = Right optionalposition: 4

Properties

public String Id { get; } #

Stable note id.

public String ParticipantId { get; } #

Participant id the note should attach to.

public String Text { get; } #

Visible note text.

public Int32 RowIndex { get; } #

Zero-based message row near which the note should be placed.

public VisioSide Placement { get; } #

Requested note placement side.