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


IMapLayerInfo4.SubLayers Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMapLayerInfo4 Interface > IMapLayerInfo4.SubLayers Property
ArcGIS Developer Help

IMapLayerInfo4.SubLayers Property

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

[Visual Basic .NET]
Public ReadOnly Property SubLayers As ILongArray
[C#]
public ILongArray SubLayers {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