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


IGPNALayer.SearchRadius Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

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 [out, retval]
ppLinearUnit is a parameter of type IGPLinearUnit ppLinearUnit [in]
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