ArcFM Desktop Developer Guide
CuEditor Class Methods


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

For a list of all members of this type, see CuEditor members.

Public Methods
 NameDescription
Public MethodBatchCreateCuPass a collection of IValidCompatibleUnit objects to this method to add multiple new CUs (BatchCreateCuResults) to the library. The BatchCreateCu method generates IRow objects that reside in the MM_CU_LIBRARY table in the geodatabase. It also adds valid ICompatibleUnit objects to the CU library.  
Public MethodCreatePass an IValidCompatibleUnit object to this method in order to add a new CU (ICompatibleUnit) to the library. The Create method generates an IRow object that resides in the MM_CU_LIBRARY table in the geodatabase. It also adds the ICompatibleUnit object to the CU library.  
Public MethodDeletePass an ICompatibleUnit object to this method in order to remove it from the CU library.  
Public MethodGetValidatedCu

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
 
Public MethodIsUniquePass in an ICompatibleUnit object to this method. It returns a boolean value indicating whether that object is unique in the CU library.  
Public MethodUpdate

Pass in an IValidCompatibleUnit object to this method. It then replaces the corresponding IRow object that resides in the MM_CU_LIBRARY table in the geodatabase with your updated CU information. It also replaces the corresponding ICompatibleUnit object in the CU library with your updated ICompatibleUnit object.

 
Top
See Also

Reference

CuEditor Class
Miner.Desktop.CuFilter Namespace

 

 


Send Comment