Defeaturing (Object)

Represents the defeaturing.

Properties


Property Filters() As (Read Only)
Returns the filter collection of the Defeaturing. The returned object is the filter collection associated to this Defeaturing object. All changes applied to the returned collection will be automatically applied to the Defeaturing object. As a consequence there is no need to affect the collection to the defeaturing after the change to update the property.
Returns:
oFilters The filter collection (see for list of possible actions)
Example:
The following example returns in myDefeaturingFiltersCollection the filter collection of the Defeaturing firstDefeaturing:
 Set myDefeaturingFiltersCollection = firstDefeaturing.Filters