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


IGPRecordSet2.GetLayerURL 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.GetLayerURL Method
ArcGIS Developer Help

IGPRecordSet2.GetLayerURL Method

[Visual Basic .NET]
Public Sub GetLayerURL ( _
    ByRef pUrl As String, _
    ByRef pToken As String, _
    ByRef pReferer As String _
)
[C#]
public void GetLayerURL (
    ref string pUrl,
    ref string pToken,
    ref string pReferer
);
[C++]
HRESULT GetLayerURL(
  System.String* pUrl,
  System.String* pToken,
  System.String* pReferer
);
[C++]
Parameters
pUrl [out]

pUrl is a parameter of type BSTR* pToken [out]
pToken is a parameter of type BSTR* pReferer [out]
pReferer is a parameter of type BSTR*

Product Availability

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

See Also

IGPRecordSet2 Interface