ArcFM Engine Developer Guide
ErrorMessage Property (IMMValidationError)


This property stores the error message for a specific rule that the object could fail.
Syntax
'Declaration
 
<DispIdAttribute(1610678272)>
Property ErrorMessage As String
'Usage
 
Dim instance As IMMValidationError
Dim value As String
 
instance.ErrorMessage = value
 
value = instance.ErrorMessage
[DispId(1610678272)]
string ErrorMessage {get; set;}

Property Value

String
Example
The following code sample shows how IMMValidationError::ErrorMessage may be implemented.
Visual Basic Copy Code
Private Property Get IMMValidationError_ErrorMessage() As String
  IMMValidation_ErrorMessage = "Error message text goes here."
End Property
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

IMMValidationError Interface
IMMValidationError Members

 

 


Send Comment