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


IFeatureServiceEditExtension.Extract 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.Extract Method
ArcGIS Developer Help

IFeatureServiceEditExtension.Extract Method

[Visual Basic .NET]
Public Sub Extract ( _
    ByVal pLayer As IGroupLayer, _
    ByVal ipWorkspace As IWorkspace _
)
[C#]
public void Extract (
    IGroupLayer pLayer,
    IWorkspace ipWorkspace
);
[C++]
HRESULT Extract(
  IGroupLayer* pLayer,
  IWorkspace* ipWorkspace
);
[C++]
Parameters
pLayer [in]

pLayer is a parameter of type IGroupLayer* ipWorkspace [in]
ipWorkspace is a parameter of type IWorkspace*

Product Availability

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

See Also

IFeatureServiceEditExtension Interface