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


IGPRecordSet2.SetLayerURL Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPRecordSet2.SetLayerURL Method

[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