ArcFM Engine 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 DataRow _
) As Boolean
'Usage
 
Dim rows() As DataRow
Dim value As Boolean
 
value = GeoClass.CheckNonexistentFeatureClassId(rows)
public static bool CheckNonexistentFeatureClassId( 
   params 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