ArcFM Responder Mobile Developer Guide
FromSearchResultsSet Property






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