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


INAServerVRPParams.ReturnSpecialties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INAServerVRPParams Interface > INAServerVRPParams.ReturnSpecialties Property
ArcGIS Developer Help

INAServerVRPParams.ReturnSpecialties Property

Indicates if the Specialties recordset should be returned with the analysis results.

[Visual Basic .NET]
Public Property ReturnSpecialties As Boolean
[C#]
public bool ReturnSpecialties {get; set;}
[C++]
HRESULT get_ReturnSpecialties(
  VARIANT_BOOL ReturnSpecialties
);
[C++]
HRESULT put_ReturnSpecialties(
  Boolean* ReturnSpecialties
);
[C++]
Parameters
ReturnSpecialties [in]

ReturnSpecialties is a parameter of type bool ReturnSpecialties [out, retval]
ReturnSpecialties is a parameter of type bool*

Product Availability

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

See Also

INAServerVRPParams Interface