ArcFM Responder Mobile Developer Guide
RoadPreference Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Property RoadPreference As System.Short
'Usage
 
Dim instance As IMMRouteSolverOptions
Dim value As System.Short
 
instance.RoadPreference = value
 
value = instance.RoadPreference
[System.Runtime.InteropServices.DispId(1610678276)]
System.short RoadPreference {get; set;}
read-write property RoadPreference: System.Int16; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get,set RoadPreference : System.short
[System.Runtime.InteropServices.DispId(1610678276)]
__property System.short get_RoadPreference();
__property void set_RoadPreference( 
   System.short value
);
[System.Runtime.InteropServices.DispId(1610678276)]
property System.short RoadPreference {
   System.short get();
   void set (    System.short 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