This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinNodeSourceFilter Interface > ITinNodeSourceFilter.Criteria Property (ArcObjects .NET 10.5 SDK) |
The criteria of the filter.
[Visual Basic .NET] Public Property Criteria As Integer
[C#] public int Criteria {get; set;}
[C++]
HRESULT get_Criteria(
long* pCriteria
);
[C++]
HRESULT put_Criteria(
long pCriteria
);
[C++]
Parameters pCriteria [out, retval] pCriteria is a parameter of type long pCriteria [in] pCriteria is a parameter of type long