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


IWMTSServiceDescription.GetOperationUrl Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GISClient)  

IWMTSServiceDescription.GetOperationUrl Method

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

Product Availability

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

See Also

IWMTSServiceDescription Interface