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 > ITinFilter Interface > ITinFilter.DataElementsOnly Property (ArcObjects .NET 10.5 SDK) |
Indicates whether the returned elements should be inside the data area.
[Visual Basic .NET] Public Property DataElementsOnly As Boolean
[C#] public bool DataElementsOnly {get; set;}
[C++]
HRESULT get_DataElementsOnly(
VARIANT_BOOL* pbDataElementsOnly
);
[C++]
HRESULT put_DataElementsOnly(
VARIANT_BOOL pbDataElementsOnly
);
[C++]
Parameters pbDataElementsOnly [out, retval] pbDataElementsOnly is a parameter of type VARIANT_BOOL pbDataElementsOnly [in] pbDataElementsOnly is a parameter of type VARIANT_BOOL