ArcObjects Library Reference (Carto)  

IMapLayerInfo4.SubLayers Property

The list identifying the sublayers if the layer is a composite layer.

[Visual Basic .NET]
Public ReadOnly Property ParentLayerID As Integer
[C#]
public int ParentLayerID {get;}
[C++]
HRESULT get_SubLayers(
  ILongArray** layerIds
);
[C++]

Parameters

layerIds [out, retval]

  layerIds is a parameter of type ILongArray

Product Availability

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

See Also

IMapLayerInfo4 Interface