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


INAServerVRPParams.Specialties 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.Specialties Property
ArcGIS Developer Help

INAServerVRPParams.Specialties Property

RecordSet or array of PropertySets representing Specialties loaded as network locations during analysis.

[Visual Basic .NET]
Public Property Specialties As INAServerLocations
[C#]
public INAServerLocations Specialties {get; set;}
[C++]
HRESULT get_Specialties(
  INAServerLocations* Specialties
);
[C++]
HRESULT putref_Specialties(
  INAServerLocations** Specialties
);
[C++]
Parameters
Specialties [in]

Specialties is a parameter of type INAServerLocations* Specialties [out, retval]
Specialties is a parameter of type INAServerLocations**

Product Availability

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

See Also

INAServerVRPParams Interface