ArcObjects Library Reference (Carto)  

IFeatureServiceLayerFactory.CreateSubLayer Method

Creates layer(s) based on the specified object.

ERROR: Syntax information about IFeatureServiceLayerFactory.CreateSubLayer may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.Carto.dll

[C++]
HRESULT CreateSubLayer(
  LPUNKNOWN inputObject,
  BSTR LayerID,
  IEnumTable** tables,
  IEnumLayer** Layers
);
[C++]

Parameters

inputObject [in]   inputObject is a parameter of type LPUNKNOWN LayerID [in]   LayerID is a parameter of type BSTR tables [out]

  tables is a parameter of type IEnumTable

Layers [out, retval]

  Layers is a parameter of type IEnumLayer

Product Availability

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

See Also

IFeatureServiceLayerFactory Interface