ArcFM Responder Mobile Developer Guide
DifferenceType Property (MMVersionDiffClass)






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

MMVersionDiffClass Class
MMVersionDiffClass Members

Send Feedback