ArcFM Engine Developer Guide
DifferenceType Property


This property sets or gets a value from the esriDifferenceType enumeration. This value indicates that type of difference between versions. For example: esriDifferenceTypeInsert, esriDifferenceTypeUpdateDelete.
Syntax
'Declaration
 
<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
[DispId(1610678272)]
ESRI.ArcGIS.Geodatabase.esriDifferenceType DifferenceType {get; set;}

Property Value

Returns a value from the esriDifferenceType enumeration

Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IMMVersionDiff Interface
IMMVersionDiff Members

 

 


Send Comment