This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > NetworkAnalyst > ESRI.ArcGIS.NetworkAnalyst > Interfaces > IN > INASolver Interface > INASolver.Properties Property (ArcObjects .NET 10.4 SDK) |
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
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.