ArcFM Responder Mobile Developer Guide
StartAddressInput Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property StartAddressInput As ESRI.ArcGIS.esriSystem.IPropertySet
'Usage
 
Dim instance As IMMDirectionSearchConfiguration
Dim value As ESRI.ArcGIS.esriSystem.IPropertySet
 
instance.StartAddressInput = value
 
value = instance.StartAddressInput
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.esriSystem.IPropertySet StartAddressInput {get; set;}
read-write property StartAddressInput: ESRI.ArcGIS.esriSystem.IPropertySet; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set StartAddressInput : ESRI.ArcGIS.esriSystem.IPropertySet
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.esriSystem.IPropertySet* get_StartAddressInput();
__property void set_StartAddressInput( 
   ESRI.ArcGIS.esriSystem.IPropertySet* value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.esriSystem.IPropertySet^ StartAddressInput {
   ESRI.ArcGIS.esriSystem.IPropertySet^ get();
   void set (    ESRI.ArcGIS.esriSystem.IPropertySet^ 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