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(
  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

Product Availability

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

See Also

ITinFilter Interface