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


ITinValueFilter.ActiveBound Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IT > ITinValueFilter Interface > ITinValueFilter.ActiveBound Property
ArcGIS Developer Help

ITinValueFilter.ActiveBound Property

The active boundary of the filter.

[Visual Basic .NET]
Public Property ActiveBound As esriTinBoundType
[C#]
public esriTinBoundType ActiveBound {get; set;}
[C++]
HRESULT get_ActiveBound(
  esriTinBoundType pType
);
[C++]
HRESULT put_ActiveBound(
  esriTinBoundType* pType
);
[C++]
Parameters
pType [in]

pType is a parameter of type esriTinBoundType pType [out, retval]
pType is a parameter of type esriTinBoundType*

Product Availability

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

See Also

ITinValueFilter Interface