ArcFM Responder Mobile Developer Guide
RouteSolverOptions Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property RouteSolverOptions As IMMRouteSolverOptions
'Usage
 
Dim instance As IMMDirectionSearchConfiguration
Dim value As IMMRouteSolverOptions
 
instance.RouteSolverOptions = value
 
value = instance.RouteSolverOptions
[System.Runtime.InteropServices.DispId(1610678278)]
IMMRouteSolverOptions RouteSolverOptions {get; set;}
read-write property RouteSolverOptions: IMMRouteSolverOptions; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set RouteSolverOptions : IMMRouteSolverOptions
[System.Runtime.InteropServices.DispId(1610678278)]
__property IMMRouteSolverOptions* get_RouteSolverOptions();
__property void set_RouteSolverOptions( 
   IMMRouteSolverOptions* value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property IMMRouteSolverOptions^ RouteSolverOptions {
   IMMRouteSolverOptions^ get();
   void set (    IMMRouteSolverOptions^ value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IMMDirectionSearchConfiguration Interface
IMMDirectionSearchConfiguration Members

Send Feedback