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


INAServerRouteParams.ReturnRouteGeometries Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (NetworkAnalyst)  

INAServerRouteParams.ReturnRouteGeometries Property

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(
  Boolean* ReturnRouteGeometries
);
[C++]

Parameters ReturnRouteGeometries [in]
ReturnRouteGeometries is a parameter of type bool ReturnRouteGeometries [out, retval]
ReturnRouteGeometries is a parameter of type bool*

Product Availability

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

Remarks

ReturnRouteGeometries specifies if the Polylines for the resulting Route features are returned.

See Also

INAServerRouteParams Interface