|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IEnumHatchDefinition
Provides access to hatch definitions within a hatch template.
Method Summary | |
---|---|
void |
next(int[] pHatchInterval,
IHatchDefinition[] pHatchDefinition)
Returns the next hatch definition. |
void |
reset()
Resets the hatch definition enumerator. |
Method Detail |
---|
void next(int[] pHatchInterval, IHatchDefinition[] pHatchDefinition) throws IOException, AutomationException
pHatchInterval
- The pHatchInterval (in/out: use single element array)pHatchDefinition
- A reference to a com.esri.arcgis.location.IHatchDefinition (in/out: use single element array)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void reset() 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 |