API Reference
Class
PowerPointArchitectureEdge
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
- Property PowerPointArchitectureContent.Edges
Accepted by parameters
Constructors
public PowerPointArchitectureEdge(String fromId, String toId, String label = null) #Creates an edge.
Parameters
- fromId System.String
- toId System.String
- label System.String = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object