com.esri.arcgis.geodatabase
Interface INativeTypeSearch

All Superinterfaces:
Serializable
All Known Implementing Classes:
IMSFeatureServiceNativeType, INativeTypeSearchProxy, RasterNativeType

public interface INativeTypeSearch
extends Serializable

Provides access to member that defines search of children.

Product Availability

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


Method Summary
 boolean isExcludeChildren()
          Indicates whether the children of this native type should be searched.
 

Method Detail

isExcludeChildren

boolean isExcludeChildren()
                          throws IOException,
                                 AutomationException
Indicates whether the children of this native type should be searched.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The pExcludeChildren
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.