This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxObjectFactory Interface > IGxObjectFactory.GetChildren Method (ArcObjects .NET 10.4 SDK) |
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 );