Miner.Desktop.CuFilter Assembly > Miner.Desktop.CuFilter Namespace : CuEditor Class |
The following tables list the members exposed by CuEditor.
Name | Description | |
---|---|---|
![]() | CuEditor Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BatchCreateCu | Pass 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. |
![]() | Create | Pass 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. |
![]() | Delete | Pass an ICompatibleUnit object to this method in order to remove it from the CU library. |
![]() | GetValidatedCu | This method verifies that passed in CU (ICompatibleUnit object) passes the following validations:
|
![]() | IsUnique | Pass in an ICompatibleUnit object to this method. It returns a boolean value indicating whether that object is unique in the CU library. |
![]() | Update | 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. |