Checks if any of the rows has nonexistent FCID.
public static System.bool CheckNonexistentFeatureClassId(
params System.Data.DataRow[]
)
'Declaration
Public Shared Function CheckNonexistentFeatureClassId( _
ByVal ParamArray () As System.Data.DataRow _
) As System.Boolean
'Usage
Dim rows() As System.Data.DataRow
Dim value As System.Boolean
value = GeoClass.CheckNonexistentFeatureClassId(rows)
Parameters
- rows
- Rows which are checked for corrupted data
Return Value
True if any of the rows has nonexistent FCID
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.