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


ITinDynamicFilter.Init Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GeoDatabase)  

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,
  long* pID
);
[C++]

Parameters pElement [in]
pElement is a parameter of type ITinElement pID [out, retval] pID is a parameter of type long

Product Availability

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

See Also

ITinDynamicFilter Interface