This document is archived and information here might be outdated.  Recommended version.


ITinDynamicFilter.Init Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinDynamicFilter Interface > ITinDynamicFilter.Init Method
ArcGIS Developer Help

ITinDynamicFilter.Init Method

Re/establishes the filter; determines and returns an ID for the subset of elements represented by the index.

[Visual Basic .NET]
Public Function Init ( _
    ByVal pElement As ITinElement _
) As Integer
[C#]
public int Init (
    ITinElement pElement
);
[C++]
HRESULT Init(
  ITinElement* pElement
);
[C++]
Parameters
pElement [in]

pElement is a parameter of type ITinElement*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ITinDynamicFilter Interface