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


IGPRecordSet2.IsURLBased Property (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.IsURLBased Property
ArcGIS Developer Help

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