ArcFM Responder Mobile Developer Guide
IsValid Method (IMMComparisonValidationRule)






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

Parameters

pRow
pRowsToCompareTo
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

IMMComparisonValidationRule Interface
IMMComparisonValidationRule Members

Send Feedback