ArcFM Responder Mobile Developer Guide
UpdateProperties Property






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

IMMSimpleMassUpdaterProperties Interface
IMMSimpleMassUpdaterProperties Members

Send Feedback