This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinDynamicFilter Interface > ITinDynamicFilter.Init Method (ArcObjects .NET 10.4 SDK) |
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