ArcFM Responder Mobile Developer Guide
CheckNonexistentFeatureClassId Method






Rows which are checked for corrupted data
Checks if any of the rows has nonexistent FCID.
Syntax
'Declaration
 
Public Shared Function CheckNonexistentFeatureClassId( _
   ByVal ParamArray rows() As System.Data.DataRow _
) As System.Boolean
'Usage
 
Dim rows() As System.Data.DataRow
Dim value As System.Boolean
 
value = GeoClass.CheckNonexistentFeatureClassId(rows)
public static System.bool CheckNonexistentFeatureClassId( 
   params System.Data.DataRow[] rows
)
public function CheckNonexistentFeatureClassId( 
   params  rows: System.Data.DataRowarray of
): System.Boolean; static; 
public static function CheckNonexistentFeatureClassId( 
   rows : System.Data.DataRow[]
) : System.boolean;
public: static System.bool CheckNonexistentFeatureClassId( 
   params System.Data.DataRow*[]* rows
) 
public:
static System.bool CheckNonexistentFeatureClassId( 
   ... System.Data.array<DataRow^>^ rows
) 

Parameters

rows
Rows which are checked for corrupted data

Return Value

True if any of the rows has nonexistent FCID
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

GeoClass Class
GeoClass Members

Send Feedback