com.esri.arcgis.geodatabase
Interface IEnumTopologyParent

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

public interface IEnumTopologyParent
extends java.io.Serializable

COM Interface 'IEnumTopologyParent'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'

Description: 'Provides access to the set of parents of a topology element.' 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 IIDefe9d2a4_1fb2_47f9_8af9_4831fad2db2d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The count of parents of this topology element.
 tagesriTopologyParent next()
          Returns the next parent of this topology element.
 void reset()
          Resets this eumerator.
 

Field Detail

IIDefe9d2a4_1fb2_47f9_8af9_4831fad2db2d

static final int IIDefe9d2a4_1fb2_47f9_8af9_4831fad2db2d
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

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets this eumerator.

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

next

tagesriTopologyParent next()
                           throws java.io.IOException,
                                  AutomationException
Returns the next parent of this topology element.

Returns:
A Structure: com.esri.arcgis.geodatabase.tagesriTopologyParent (A com.esri.arcgis.geodatabase.tagesriTopologyParent COM typedef)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The count of parents of this topology element.

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