ArcFM Responder Mobile Developer Guide
DifferenceType Property (IMMVersionDiff)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678272)>
Property DifferenceType As ESRI.ArcGIS.Geodatabase.esriDifferenceType
'Usage
 
Dim instance As IMMVersionDiff
Dim value As ESRI.ArcGIS.Geodatabase.esriDifferenceType
 
instance.DifferenceType = value
 
value = instance.DifferenceType
[System.Runtime.InteropServices.DispId(1610678272)]
ESRI.ArcGIS.Geodatabase.esriDifferenceType DifferenceType {get; set;}
read-write property DifferenceType: ESRI.ArcGIS.Geodatabase.esriDifferenceType; 
System.Runtime.InteropServices.DispIdAttribute(1610678272)
function get,set DifferenceType : ESRI.ArcGIS.Geodatabase.esriDifferenceType
[System.Runtime.InteropServices.DispId(1610678272)]
__property ESRI.ArcGIS.Geodatabase.esriDifferenceType get_DifferenceType();
__property void set_DifferenceType( 
   ESRI.ArcGIS.Geodatabase.esriDifferenceType value
);
[System.Runtime.InteropServices.DispId(1610678272)]
property ESRI.ArcGIS.Geodatabase.esriDifferenceType DifferenceType {
   ESRI.ArcGIS.Geodatabase.esriDifferenceType get();
   void set (    ESRI.ArcGIS.Geodatabase.esriDifferenceType 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

IMMVersionDiff Interface
IMMVersionDiff Members

Send Feedback