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


IFeatureServiceEditExtension.CreateLayerFromFeatureService Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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,
  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