com.esri.arcgis.geodatabase
Interface ITinDynamicFilter
- All Superinterfaces:
- ITinFilter, java.io.Serializable
- All Known Implementing Classes:
- ITinDynamicFilterProxy, TinEdgeTypeFilter, TinTriangleFilter, TinValueFilter
public interface ITinDynamicFilter
- extends ITinFilter, java.io.Serializable
COM Interface 'ITinDynamicFilter'. Generated 3/19/2015 1:20:57 PM
from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that control TIN dynamic filtering options.'
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 =
Method Summary |
int |
init(ITinElement pElement)
Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index. |
IID0122c788_fd32_11d3_a0d6_00c04f8ece27
static final int IID0122c788_fd32_11d3_a0d6_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
init
int init(ITinElement pElement)
throws java.io.IOException,
AutomationException
- Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index.
- Parameters:
pElement
- A reference to a com.esri.arcgis.geodatabase.ITinElement (in)
- Returns:
- The pID
- Throws:
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.