ArcFM Desktop Developer Guide
GetValidatedCu Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

The ICompatibleUnit object passed in to this method.

This method verifies that passed in CU (ICompatibleUnit object) passes the following validations:

  • no invalid characters in any of the passed in strings
  • table name exists in the geodatabase
  • length verification (less than 255 characters)
  • subtype is valid for the given table
  • WMS code is passed in and valid
Syntax
'Declaration
 
Public Function GetValidatedCu( _
   ByVal cu As ICompatibleUnit _
) As IValidCompatibleUnit
'Usage
 
Dim instance As CuEditor
Dim cu As ICompatibleUnit
Dim value As IValidCompatibleUnit
 
value = instance.GetValidatedCu(cu)
public IValidCompatibleUnit GetValidatedCu( 
   ICompatibleUnit cu
)

Parameters

cu
The ICompatibleUnit object passed in to this method.

Return Value

Returns an IValidCompatibleUnit object.
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

CuEditor Class
CuEditor Members

 

 


Send Comment