This document is archived and information here might be outdated. Recommended version. |
[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*