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


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

ITinFilter.DataElementsOnly Property

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(
  Boolean* pbDataElementsOnly
);
[C++]
Parameters
pbDataElementsOnly [in]

pbDataElementsOnly is a parameter of type bool pbDataElementsOnly [out, retval]
pbDataElementsOnly is a parameter of type bool*

Product Availability

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

See Also

ITinFilter Interface