ArcFM Responder Mobile Developer Guide
SolverType Property (IMMRouteSolverOptions)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
Property SolverType As DirectionSearchSolverType
'Usage
 
Dim instance As IMMRouteSolverOptions
Dim value As DirectionSearchSolverType
 
instance.SolverType = value
 
value = instance.SolverType
[System.Runtime.InteropServices.DispId(1610678278)]
DirectionSearchSolverType SolverType {get; set;}
read-write property SolverType: DirectionSearchSolverType; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get,set SolverType : DirectionSearchSolverType
[System.Runtime.InteropServices.DispId(1610678278)]
__property DirectionSearchSolverType get_SolverType();
__property void set_SolverType( 
   DirectionSearchSolverType value
);
[System.Runtime.InteropServices.DispId(1610678278)]
property DirectionSearchSolverType SolverType {
   DirectionSearchSolverType get();
   void set (    DirectionSearchSolverType 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

IMMRouteSolverOptions Interface
IMMRouteSolverOptions Members

Send Feedback