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


IGxObjectFactory.HasChildren Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFactory Interface > IGxObjectFactory.HasChildren Method
ArcGIS Developer Help

IGxObjectFactory.HasChildren Method

Indicates if any of the specified files are supported by the object factory.

[Visual Basic .NET]
Public Function HasChildren ( _
    ByVal parentDir As String, _
    ByVal fileNames As IFileNames _
) As Boolean
[C#]
public bool HasChildren (
    string parentDir,
    IFileNames fileNames
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFactory Interface