com.esri.arcgis.geodatabase
Interface ITinValueFilter2
- All Superinterfaces:
- ITinFilter, ITinValueFilter, java.io.Serializable
- All Known Implementing Classes:
- ITinValueFilter2Proxy, TinValueFilter
public interface ITinValueFilter2
- extends ITinValueFilter, java.io.Serializable
COM Interface 'ITinValueFilter2'. Generated 3/19/2015 1:20:57 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that control TIN value filters.'
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 =
Methods inherited from interface com.esri.arcgis.geodatabase.ITinValueFilter |
getActiveBound, getClassBreakCodes, getClassBreaks, getLowerBound, getUniqueValue, getUpperBound, setActiveBound, setClassBreakCodesByRef, setClassBreaksByRef, setLowerBound, setUniqueValue, setUpperBound |
IID3110a889_298b_4849_8abb_7a3383fd1a4e
static final int IID3110a889_298b_4849_8abb_7a3383fd1a4e
- 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
setZeroTagValueExcluded
void setZeroTagValueExcluded(boolean pbExcludeZeroTagValue)
throws java.io.IOException,
AutomationException
- Indicates if zero tag value should be excluded.
- Parameters:
pbExcludeZeroTagValue
- The pbExcludeZeroTagValue (in)
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
isZeroTagValueExcluded
boolean isZeroTagValueExcluded()
throws java.io.IOException,
AutomationException
- Indicates if zero tag value should be excluded.
- Returns:
- The pbExcludeZeroTagValue
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.