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


IRasterServiceHelper2.GetLayerPropertiesFromURL Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IR > IRasterServiceHelper2 Interface > IRasterServiceHelper2.GetLayerPropertiesFromURL Method
ArcGIS Developer Help

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
);
[C++]
Parameters
URL [in]

URL is a parameter of type BSTR

Product Availability

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

See Also

IRasterServiceHelper2 Interface