[Visual Basic .NET]
Public Function CreateFromFeatureService ( _
ByVal pObject As Object, _
ByVal pGroupLayer As IGroupLayer _
) As IEnumTable
[C#]
public IEnumTable CreateFromFeatureService (
object pObject,
IGroupLayer pGroupLayer
);
[C++]
HRESULT CreateFromFeatureService(
LPUNKNOWN pObject,
IGroupLayer* pGroupLayer,
IEnumTable** ppTables
);
[C++]
Parameters
pObject [in]
pObject is a parameter of type LPUNKNOWN
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