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


IGPRecordSet2.IsURLBased Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPRecordSet2.IsURLBased Property

check if URL based.

[Visual Basic .NET]
Public ReadOnly Property IsURLBased As Boolean
[C#]
public bool IsURLBased {get;}
[C++]
HRESULT get_IsURLBased(
  Boolean* pIsURLBased
);
[C++]

Parameters pIsURLBased [out, retval]
pIsURLBased is a parameter of type bool*

Product Availability

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

See Also

IGPRecordSet2 Interface