PathSegmentCollection.Append(PathSegment) Method

Definition

Adds a new item to the collection.

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

Parameters

value
PathSegment

The new item to add.

Implements

Applies to