ArcFM Engine Developer Guide
ValueModified Property


Indicates whether the field has been modified. The ValueModified property compares the OriginalValue and Value properties. If they are the same, ValueModified returns False. If they contain different values, ValueModified returns True.
Syntax
'Declaration
 
<DispIdAttribute(1610678291)>
ReadOnly Property ValueModified As Boolean
'Usage
 
Dim instance As IMMFieldAdapter
Dim value As Boolean
 
value = instance.ValueModified
[DispId(1610678291)]
bool ValueModified {get;}

Property Value

Boolean
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

IMMFieldAdapter Interface
IMMFieldAdapter Members

 

 


Send Comment