ArcFM Desktop Developer Guide
GetErrorMessage Method


Syntax
'Declaration
 
Protected Shared Function GetErrorMessage( _
   ByVal row As IRow, _
   ByVal item As CatalogItem _
) As String
'Usage
 
Dim row As IRow
Dim item As CatalogItem
Dim value As String
 
value = CatalogItem.GetErrorMessage(row, item)
protected static string GetErrorMessage( 
   IRow row,
   CatalogItem item
)

Parameters

row
item
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

CatalogItem Class
CatalogItem Members

 

 


Send Comment