Item

SubPathCollection indexer

Gets the SubPath element at the specified index.

public SubPath this[int index] { get; }
ParameterDescription
indexIndex within the collection.

Return Value

SubPath object.

See Also