This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSLayerDescription Interface > IWMTSLayerDescription.GetRESTResourceInfo Method (ArcObjects .NET 10.5 SDK) |
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