com.esri.arcgis.geodatabase
Interface ITinEdgeArray

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinEdgeArrayProxy, TinEdgeArray

public interface ITinEdgeArray
extends java.io.Serializable

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

Description: 'Provides access to members that control simple arrays of TIN edges.' 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 IIDc0e04941_b08c_11d2_9f6a_00c04f8ece27
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getCount()
          The number of elements in the array.
 ITinEdge getElement(int index)
          The element in the array.
 

Field Detail

IIDc0e04941_b08c_11d2_9f6a_00c04f8ece27

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

getCount

int getCount()
             throws java.io.IOException,
                    AutomationException
The number of elements in the array.

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

getElement

ITinEdge getElement(int index)
                    throws java.io.IOException,
                           AutomationException
The element in the array.

Parameters:
index - The index (in)
Returns:
A reference to a com.esri.arcgis.geodatabase.ITinEdge
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.