ArcFM Solution 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
)

Parameters

rows
Rows which are checked for corrupted data

Return Value

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

GeoClass Class
GeoClass Members

 

 


Send Comment