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 > ITinTriangleFilter Interface > ITinTriangleFilter.ActiveBound Property (ArcObjects .NET 10.5 SDK) |
The active boundaries 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 [out, retval]
pType is a parameter of type esriTinBoundType pType [in]
pType is a parameter of type esriTinBoundType