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


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

INameMapping.Children Property

Children objects (if any).

[Visual Basic .NET]
Public ReadOnly Property Children As IEnumNameMapping
[C#]
public IEnumNameMapping Children {get;}
[C++]
HRESULT get_Children(
  IEnumNameMapping** Objects
);
[C++]
Parameters
Objects [out, retval]

Objects is a parameter of type IEnumNameMapping**

Product Availability

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

See Also

INameMapping Interface