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


ITinFilter.DataElementsOnly Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (GeoDatabase)  

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