com.esri.arcgis.geodatabase
Interface ITinNodeInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinNodeInfoProxy, Tin

public interface ITinNodeInfo
extends java.io.Serializable

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

Description: 'Provides access to TIN node's properties.' 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 IID11f2c1ac_188b_4a4f_b221_573c1a0c753d
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getNodeEditInfo(int nodeIndex)
          Node info.
 

Field Detail

IID11f2c1ac_188b_4a4f_b221_573c1a0c753d

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

getNodeEditInfo

int getNodeEditInfo(int nodeIndex)
                    throws java.io.IOException,
                           AutomationException
Node info.

Parameters:
nodeIndex - The nodeIndex (in)
Returns:
The pInfo
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.