ArcObjects Library Reference (Carto)  

IFeatureServiceEditExtension.CreateLayerFromFeatureService Method

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

[C++]
HRESULT CreateLayerFromFeatureService(
  LPUNKNOWN pObject,
  BSTR LayerID,
  IGroupLayer* pGroupLayer,
  IEnumTable** ppTables
);
[C++]

Parameters

pObject [in]   pObject is a parameter of type LPUNKNOWN LayerID [in]   LayerID is a parameter of type BSTR pGroupLayer [in]

  pGroupLayer is a parameter of type IGroupLayer

ppTables [out, retval]

  ppTables is a parameter of type IEnumTable

Product Availability

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

See Also

IFeatureServiceEditExtension Interface