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


IGPRecordSet2.SetLayerURL Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPRecordSet2 Interface > IGPRecordSet2.SetLayerURL Method
ArcGIS Developer Help

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