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


IGPNALayer.SearchRadius Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNALayer Interface > IGPNALayer.SearchRadius Property
ArcGIS Developer Help

IGPNALayer.SearchRadius Property

The search radius used for loading points.

[Visual Basic .NET]
Public Property SearchRadius As IGPLinearUnit
[C#]
public IGPLinearUnit SearchRadius {get; set;}
[C++]
HRESULT get_SearchRadius(
  IGPLinearUnit* ppLinearUnit
);
[C++]
HRESULT putref_SearchRadius(
  IGPLinearUnit** ppLinearUnit
);
[C++]
Parameters
ppLinearUnit [in]

ppLinearUnit is a parameter of type IGPLinearUnit* ppLinearUnit [out, retval]
ppLinearUnit is a parameter of type IGPLinearUnit**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires Network Analyst Extension.

See Also

IGPNALayer Interface