Feature.Add

Feature.Add method

Adds a list of items to the end of this feature’s item list. Each one must be a Feature, an Option or a Property instance.

public void Add(params IFeatureItem[] items)
ParameterTypeDescription
itemsIFeatureItem[]List of items to add.

See Also