CompositionShapeCollection.Append(CompositionShape) Method

Definition

Adds a new item to the collection.

public:
 virtual void Append(CompositionShape ^ value) = IVector<CompositionShape ^>::Append;
void Append(CompositionShape const& value);
public void Append(CompositionShape value);
function append(value)
Public Sub Append (value As CompositionShape)

Parameters

value
CompositionShape

The item to add.

Implements

Applies to