ArcObjects Library Reference  (Schematic)    

INgBoundedFilter Interface

Provides access to members that control the bounded property filter.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Schematics Extension.

Description

A bounded property filter corresponds to a specific value range of a bounded property.

Bounded filters can be created either through the Schematics Designer GUI when you define your project parameters or using the AddFilter method available from the INgBoundedProperty interface in your code.

Members

Description
Method AddPatternModel Relates the pattern model 'patternModel' to the bounded property filter.
Read-only property FilterEffects List of the effects defined for the bounded property filter.
Method GetEffect Returns the effect 'effect' set for the bounded property filter (see esriNgBoundedFilterEffect).
Method GetSubSymbolEffect Returns the effect 'effect' set for the sub-symbol named 'subName' (see esriNgSubSymbolEffect) inside the symbol used to represent the bounded property filter.
Method IsEffectSet Indicates if the effect 'effect' related to the bounded property filter is set (see esriNgBoundedFilterEffect).
Method IsSubSymbolEffectSet Indicates if the effect 'effect' related to the sub-symbol named 'subName' inside the symbol used to represent the bounded property filter is set (see esriNgSubSymbolEffect).
Read/write property Name Name of the bounded property filter.
Read-only property Number Number associated with the bounded property filter.
Read-only property PatternModels List of the pattern models related to the bounded property filter.
Read-only property Property Bounded property related to the bounded property filter.
Method RemoveEffect Removes the effect or restores the default effect 'effect' set for the bounded property filter.
Method RemovePatternModel Removes the relation between the bounded property filter and the pattern model 'patterModel'.
Method RemovePatternModels Removes the relations between the bounded property filter and all its pattern models.
Method RemoveSubSymbolEffect Removes the effect 'effect' for the sub-symbol named 'subName' inside the symbol used to represent the bounded property filter.
Method SetEffect Modifies the effect 'effect' set for the bounded property filter (see esriNgBoundedFilterEffect).
Method SetSubSymbolEffect Sets the effect 'effect' for the sub-symbol named 'subName' (see esriNgSubSymbolEffect) inside the symbol used to represent the bounded property filter.

CoClasses that implement INgBoundedFilter

CoClasses and Classes Description
NgBoundedFilter Graphic bounded filter object.

See Also

INgPropertyFilter Interface | INgDiscreteFilter Interface | INgBoundedProperty Interface | INgBoundedProperty.AddFilter Method

 


Feedback Send feedback on this page