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


IRasterServiceHelper2.GetLayerPropertiesFromURL Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IRasterServiceHelper2.GetLayerPropertiesFromURL Method

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

Product Availability

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

See Also

IRasterServiceHelper2 Interface