|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITxHighlightTracks
Provides options to highlight specified tracks.
| Method Summary | |
|---|---|
void |
highlightAllTracks(boolean highlight)
Specifies that all tracks should be highlighted or unhighlighted. |
void |
highlightTracks(String[] trackIds,
boolean highlight)
Specifies that the given tracks should be highlighted or unhighlighted. |
boolean |
isHasTrackHighlights()
Specifies that tracks are set to be highlighted. |
boolean |
isHighlightTrack(String trackId)
Specifies that the given track should be highlighted or unhighlighted. |
void |
setHighlightTrack(String trackId,
boolean highlight)
Specifies that the given track should be highlighted or unhighlighted. |
| Method Detail |
|---|
boolean isHighlightTrack(String trackId)
throws IOException,
AutomationException
trackId - The trackId (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHighlightTrack(String trackId,
boolean highlight)
throws IOException,
AutomationException
trackId - The trackId (in)highlight - The highlight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void highlightTracks(String[] trackIds,
boolean highlight)
throws IOException,
AutomationException
trackIds - The trackIds (in)highlight - The highlight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void highlightAllTracks(boolean highlight)
throws IOException,
AutomationException
highlight - The highlight (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHasTrackHighlights()
throws IOException,
AutomationException
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 | ||||||||