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


INativeTypeSearch.ExcludeChildren Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IN > INativeTypeSearch Interface > INativeTypeSearch.ExcludeChildren Property
ArcGIS Developer Help

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(
  Boolean* ExcludeChildren
);
[C++]
Parameters
ExcludeChildren [out, retval]

ExcludeChildren is a parameter of type bool*

Product Availability

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

See Also

INativeTypeSearch Interface