FigureStructure.Add(NamedElement) Method

Definition

Add a named element to the figure.

public:
 void Add(System::Windows::Documents::DocumentStructures::NamedElement ^ element);
public void Add (System.Windows.Documents.DocumentStructures.NamedElement element);
member this.Add : System.Windows.Documents.DocumentStructures.NamedElement -> unit
Public Sub Add (element As NamedElement)

Parameters

element
NamedElement

The element to add.

Exceptions

The element is null.

Applies to