ArcObjects Library Reference (DataSourcesFile)  

ISMRouter.Preferences Property

The road preferences used by the router object.

[Visual Basic .NET]
Public ReadOnly Property Preferences As SMRoadPreferences
[C#]
public SMRoadPreferences Preferences {get;}
[C++]
HRESULT get_Preferences(
  ISMRoadPreferences** pVal
);
[C++]

Parameters

pVal [out, retval]

  pVal is a parameter of type ISMRoadPreferences

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Returns the road preferences interface of the router.

See Also

ISMRouter Interface