ArcFM Responder Mobile Developer Guide
CostAttributes Property (IMMDirectionSearchResults)






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