This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub SetLayerURL ( _ ByVal URL As String, _ ByVal token As String, _ ByVal referer As String _ )
[C#] public void SetLayerURL ( string URL, string token, string referer );
[C++]
HRESULT SetLayerURL(
BSTR URL,
BSTR token,
BSTR referer
);
[C++]
Parameters URL [in]
URL is a parameter of type BSTR token [in]
token is a parameter of type BSTR referer [in]
referer is a parameter of type BSTR