[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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
See Also
IGPRecordSet2 Interface