ArcFM Responder Mobile Developer Guide
AddressInput Property






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

IMMAddressSearchConfiguration Interface
IMMAddressSearchConfiguration Members

Send Feedback