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


INativeTypeSearch.ExcludeChildren Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GeoDatabase)  

INativeTypeSearch.ExcludeChildren Property

Indicates whether the children of this native type should be searched.

[Visual Basic .NET]
Public ReadOnly Property ExcludeChildren As Boolean
[C#]
public bool ExcludeChildren {get;}
[C++]
HRESULT get_ExcludeChildren(
  VARIANT_BOOL* ExcludeChildren
);
[C++]

Parameters ExcludeChildren [out, retval] ExcludeChildren is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

INativeTypeSearch Interface