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


IFeatureServiceEditExtension.CreateLayerFromFeatureService Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IF > IFeatureServiceEditExtension Interface > IFeatureServiceEditExtension.CreateLayerFromFeatureService Method
ArcGIS Developer Help

IFeatureServiceEditExtension.CreateLayerFromFeatureService Method

[Visual Basic .NET]
Public Function CreateLayerFromFeatureService ( _
    ByVal pObject As Object, _
    ByVal LayerID As String, _
    ByVal pGroupLayer As IGroupLayer _
) As IEnumTable
[C#]
public IEnumTable CreateLayerFromFeatureService (
    object pObject,
    string LayerID,
    IGroupLayer pGroupLayer
);
[C++]
HRESULT CreateLayerFromFeatureService(
  LPUNKNOWN pObject,
  BSTR LayerID,
  IGroupLayer* pGroupLayer
);
[C++]
Parameters
pObject [in]

pObject is a parameter of type IUnknown LayerID [in]
LayerID is a parameter of type BSTR pGroupLayer [in]
pGroupLayer is a parameter of type IGroupLayer*

Product Availability

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

See Also

IFeatureServiceEditExtension Interface