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


IWMTSLayerDescription.GetRESTResourceInfo Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSLayerDescription Interface > IWMTSLayerDescription.GetRESTResourceInfo Method
ArcGIS Developer Help

IWMTSLayerDescription.GetRESTResourceInfo Method

Url for the given REST resource.

[Visual Basic .NET]
Public Sub GetRESTResourceInfo ( _
    ByVal resourceType As String, _
    ByRef templateUrl As String, _
    ByRef format As String _
)
[C#]
public void GetRESTResourceInfo (
    string resourceType,
    ref string templateUrl,
    ref string format
);
[C++]
HRESULT GetRESTResourceInfo(
  BSTR resourceType,
  System.String* templateUrl,
  System.String* format
);
[C++]
Parameters
resourceType [in]

resourceType is a parameter of type BSTR templateUrl [out]
templateUrl is a parameter of type BSTR* format [out]
format is a parameter of type BSTR*

Product Availability

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

See Also

IWMTSLayerDescription Interface