This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerRouteParams Interface > INAServerRouteParams.ReturnRouteGeometries Property (ArcObjects .NET 10.5 SDK) |
Indicates if the route geometries should be generated and returned with the analysis results.
[Visual Basic .NET] Public Property ReturnRouteGeometries As Boolean
[C#] public bool ReturnRouteGeometries {get; set;}
[C++]
HRESULT get_ReturnRouteGeometries(
VARIANT_BOOL* ReturnRouteGeometries
);
[C++]
HRESULT put_ReturnRouteGeometries(
VARIANT_BOOL ReturnRouteGeometries
);
[C++]
Parameters ReturnRouteGeometries [out, retval] ReturnRouteGeometries is a parameter of type VARIANT_BOOL ReturnRouteGeometries [in] ReturnRouteGeometries is a parameter of type VARIANT_BOOL
ReturnRouteGeometries specifies if the Polylines for the resulting Route features are returned.