com.esri.arcgis.geodatabase
Interface ITinFeatureSeed

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ITinFeatureSeedProxy, TinEdge, TinNode, TinTriangle

public interface ITinFeatureSeed
extends java.io.Serializable

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

Description: 'Provides access to control TIN elements' 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 IIDbb5dbc74_b9ca_11d5_abbb_0008c73fd50c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getIndex()
          The element's index number.
 int getTagValue()
          The element's tag value.
 boolean isUseTagValue()
          Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.
 void setUseTagValue(boolean pbUseTagValue)
          Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.
 

Field Detail

IIDbb5dbc74_b9ca_11d5_abbb_0008c73fd50c

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

getIndex

int getIndex()
             throws java.io.IOException,
                    AutomationException
The element's index number.

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

getTagValue

int getTagValue()
                throws java.io.IOException,
                       AutomationException
The element's tag value.

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

isUseTagValue

boolean isUseTagValue()
                      throws java.io.IOException,
                             AutomationException
Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.

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

setUseTagValue

void setUseTagValue(boolean pbUseTagValue)
                    throws java.io.IOException,
                           AutomationException
Indicates whether tag value (if true) or edge type (if false) should be used to define the feature, in case the seed is an edge.

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