com.esri.arcgis.location
Interface IEnumHatchDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IEnumHatchDefinitionProxy

public interface IEnumHatchDefinition
extends java.io.Serializable

COM Interface 'IEnumHatchDefinition'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to hatch definitions within a hatch template.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID300ebf8f_3ac7_47bf_b16b_5acfaa729dff
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void next(int[] pHatchInterval, IHatchDefinition[] pHatchDefinition)
          Returns the next hatch definition.
 void reset()
          Resets the hatch definition enumerator.
 

Field Detail

IID300ebf8f_3ac7_47bf_b16b_5acfaa729dff

static final int IID300ebf8f_3ac7_47bf_b16b_5acfaa729dff
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

next

void next(int[] pHatchInterval,
          IHatchDefinition[] pHatchDefinition)
          throws java.io.IOException,
                 AutomationException
Returns the next hatch definition.

Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the hatch definition enumerator.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.