ArcFM Desktop Developer Guide
BatchCreateCu Method


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

A collection of IValidCompatibleUnit objects
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.
Syntax
'Declaration
 
Public Function BatchCreateCu( _
   ByVal validCompatibleUnits As IEnumerable(Of IValidCompatibleUnit) _
) As BatchCreateCuResults
'Usage
 
Dim instance As CuEditor
Dim validCompatibleUnits As IEnumerable(Of IValidCompatibleUnit)
Dim value As BatchCreateCuResults
 
value = instance.BatchCreateCu(validCompatibleUnits)
public BatchCreateCuResults BatchCreateCu( 
   IEnumerable<IValidCompatibleUnit> validCompatibleUnits
)

Parameters

validCompatibleUnits
A collection of IValidCompatibleUnit objects

Return Value

BatchCreateCuResults 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