ArcFM Responder Mobile Developer Guide
IsValid Method (IMMValidationRule)






Syntax
'Declaration
 
Function IsValid( _
   ByVal pRow As ESRI.ArcGIS.Geodatabase.IRow _
) As ID8List
'Usage
 
Dim instance As IMMValidationRule
Dim pRow As ESRI.ArcGIS.Geodatabase.IRow
Dim value As ID8List
 
value = instance.IsValid(pRow)
ID8List IsValid( 
   ESRI.ArcGIS.Geodatabase.IRow pRow
)
function IsValid( 
    pRow: ESRI.ArcGIS.Geodatabase.IRow
): ID8List; 
function IsValid( 
   pRow : ESRI.ArcGIS.Geodatabase.IRow
) : ID8List;
ID8List* IsValid( 
   ESRI.ArcGIS.Geodatabase.IRow* pRow
) 
ID8List^ IsValid( 
   ESRI.ArcGIS.Geodatabase.IRow^ pRow
) 

Parameters

pRow
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

IMMValidationRule Interface
IMMValidationRule Members

Send Feedback