|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterStatus
Provides access to members that control the raster status.
Method Summary | |
---|---|
void |
fireStart(int min,
int max)
Fires a Start of a raster status event. |
void |
fireStep(int pos)
Fires a Step of a raster status event. |
void |
fireStop()
Fires a Step of a raster status event. |
Method Detail |
---|
void fireStart(int min, int max) throws IOException, AutomationException
min
- The min (in)max
- The max (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireStep(int pos) throws IOException, AutomationException
pos
- The pos (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fireStop() 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 |