API Reference

Class

PowerPointArchitectureEdge

Namespace OfficeIMO.PowerPoint
Assembly OfficeIMO.PowerPoint
Modifiers sealed

One directed relationship between architecture nodes.

Inheritance

  • Object
  • PowerPointArchitectureEdge

Usage

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

Returned or exposed by

Accepted by parameters

Constructors

public PowerPointArchitectureEdge(String fromId, String toId, String label = null) #

Creates an edge.

Parameters

fromId System.String requiredposition: 0
toId System.String requiredposition: 1
label System.String = null optionalposition: 2

Properties

public String FromId { get; } #

Source node id.

public String ToId { get; } #

Target node id.

public String Label { get; } #

Optional relationship label.