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