This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterServiceHelper2 Interface > IRasterServiceHelper2.GetLayerPropertiesFromURL Method (ArcObjects .NET 10.5 SDK) |
Gets the WMS layer names from the URL.
[Visual Basic .NET] Public Function GetLayerPropertiesFromURL ( _ ByVal URL As String _ ) As IPropertySet
[C#] public IPropertySet GetLayerPropertiesFromURL ( string URL );
[C++]
HRESULT GetLayerPropertiesFromURL(
BSTR URL,
IPropertySet** ppLayerProps
);
[C++]
Parameters URL [in] URL is a parameter of type BSTR ppLayerProps [out, retval]
ppLayerProps is a parameter of type IPropertySet