This document is archived and information here might be outdated. Recommended version. |
[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
);
[C++] Parameters pObject [in]
pObject is a parameter of type IUnknown pGroupLayer [in]
pGroupLayer is a parameter of type IGroupLayer*