ArcObjects Library Reference (Catalog)  

IGxObjectFactory.GetChildren Method

Returns an enumeration of objects corresponding to one or more of the given file names supported by the object factory.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IGxObjectFactory Interface