ArcFM Responder Mobile Developer Guide
Locator Property (IMMDirectionSearchConfiguration)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678276)>
Property Locator As ESRI.ArcGIS.Geodatabase.ILocator
'Usage
 
Dim instance As IMMDirectionSearchConfiguration
Dim value As ESRI.ArcGIS.Geodatabase.ILocator
 
instance.Locator = value
 
value = instance.Locator
[System.Runtime.InteropServices.DispId(1610678276)]
ESRI.ArcGIS.Geodatabase.ILocator Locator {get; set;}
read-write property Locator: ESRI.ArcGIS.Geodatabase.ILocator; 
System.Runtime.InteropServices.DispIdAttribute(1610678276)
function get,set Locator : ESRI.ArcGIS.Geodatabase.ILocator
[System.Runtime.InteropServices.DispId(1610678276)]
__property ESRI.ArcGIS.Geodatabase.ILocator* get_Locator();
__property void set_Locator( 
   ESRI.ArcGIS.Geodatabase.ILocator* value
);
[System.Runtime.InteropServices.DispId(1610678276)]
property ESRI.ArcGIS.Geodatabase.ILocator^ Locator {
   ESRI.ArcGIS.Geodatabase.ILocator^ get();
   void set (    ESRI.ArcGIS.Geodatabase.ILocator^ 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