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


IWMTSLayerDescription.GetRESTResourceInfo Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

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,
  BSTR* templateUrl,
  BSTR* 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