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


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

INASolver.Properties Property

The properties for the solver.

[Visual Basic .NET]
Public ReadOnly Property Properties As IPropertySet
[C#]
public IPropertySet Properties {get;}
[C++]
HRESULT get_Properties(
  IPropertySet** propSet
);
[C++]
Parameters
propSet [out, retval]

propSet is a parameter of type IPropertySet**

Product Availability

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

Remarks

Properties returns a property set for NASolver. The property set contains other solver properties like preserve first or last stop on the route solver. Individual solvers have explicit accessors and mutators for these properties as well. 

This property has been deprecated and should not be used.

See Also

INASolver Interface