This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWMTSServiceDescription Interface > IWMTSServiceDescription.GetOperationUrl Method (ArcObjects .NET 10.4 SDK) |
Base url for given operation.
[Visual Basic .NET] Public Function GetOperationUrl ( _ ByVal operation As String _ ) As String
[C#] public string GetOperationUrl ( string operation );
[C++]
HRESULT GetOperationUrl(
BSTR operation,
BSTR* BaseURL
);
[C++]
Parameters operation [in] operation is a parameter of type BSTR BaseURL [out, retval] BaseURL is a parameter of type BSTR