This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IG > IGPNALayer Interface > IGPNALayer.SearchRadius Property (ArcObjects .NET 10.5 SDK) |
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