|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxHideFeatures
Provides options to hide specified features.
| Method Summary | |
|---|---|
void |
hideAllTracks(boolean hide)
Specifies whether all tracks should be hidden. |
void |
hideTrack(String trackId,
boolean hide)
Specifies whether the given track should be hidden. |
| Method Detail |
|---|
void hideTrack(String trackId,
boolean hide)
throws IOException,
AutomationException
trackId - The trackId (in)hide - The hide (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void hideAllTracks(boolean hide)
throws IOException,
AutomationException
hide - The hide (in)
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 | ||||||||