|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgFilterEffect
Provides access to members that control the property filter's graphic effects.
| Method Summary | |
|---|---|
int |
getEffectType()
Type of the effect (see esriNgFilterEffect). |
Object |
getEffectValue()
Value of the effect. |
String |
getSubSymbolName()
Name of the sub-symbol on which the effect applies. |
| Method Detail |
|---|
int getEffectType()
throws IOException,
AutomationException
The value set for this effect is defined by the EffectValue property. If the SubSymbolName property is set, the effect type concerns this sub-symbol.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getEffectValue()
throws IOException,
AutomationException
The type of effect is defined by the EffectType property. If the SubSymbolName property is set, the effect value apply to this sub-symbol.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getSubSymbolName()
throws IOException,
AutomationException
If this property is set, the EffectType and EffectValue properties apply to this sub-symbol.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||