ArcFM Responder Mobile Developer Guide
ToSearchResultsSet Property






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

IMMDirectionSearchResults Interface
IMMDirectionSearchResults Members

Send Feedback