Provides access to members that control the bounded property filter.
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.
| Description | ||
|---|---|---|
![]() |
AddPatternModel | Relates the pattern model 'patternModel' to the bounded property filter. |
![]() |
FilterEffects | List of the effects defined for the bounded property filter. |
![]() |
GetEffect | Returns the effect 'effect' set for the bounded property filter (see esriNgBoundedFilterEffect). |
![]() |
GetSubSymbolEffect | Returns the effect 'effect' set for the sub-symbol named 'subName' (see esriNgSubSymbolEffect) inside the symbol used to represent the bounded property filter. |
![]() |
IsEffectSet | Indicates if the effect 'effect' related to the bounded property filter is set (see esriNgBoundedFilterEffect). |
![]() |
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). |
![]() |
Name | Name of the bounded property filter. |
![]() |
Number | Number associated with the bounded property filter. |
![]() |
PatternModels | List of the pattern models related to the bounded property filter. |
![]() |
Property | Bounded property related to the bounded property filter. |
![]() |
RemoveEffect | Removes the effect or restores the default effect 'effect' set for the bounded property filter. |
![]() |
RemovePatternModel | Removes the relation between the bounded property filter and the pattern model 'patterModel'. |
![]() |
RemovePatternModels | Removes the relations between the bounded property filter and all its pattern models. |
![]() |
RemoveSubSymbolEffect | Removes the effect 'effect' for the sub-symbol named 'subName' inside the symbol used to represent the bounded property filter. |
![]() |
SetEffect | Modifies the effect 'effect' set for the bounded property filter (see esriNgBoundedFilterEffect). |
![]() |
SetSubSymbolEffect | Sets the effect 'effect' for the sub-symbol named 'subName' (see esriNgSubSymbolEffect) inside the symbol used to represent the bounded property filter. |
| CoClasses and Classes | Description |
|---|---|
| NgBoundedFilter | Graphic bounded filter object. |
INgPropertyFilter Interface | INgDiscreteFilter Interface | INgBoundedProperty Interface | INgBoundedProperty.AddFilter Method