ArcFM Desktop Developer Guide
Create Method (CuEditor)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

IValidCompatibleUnit object
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.
Syntax
'Declaration
 
Public Function Create( _
   ByVal cu As IValidCompatibleUnit _
) As ICompatibleUnit
'Usage
 
Dim instance As CuEditor
Dim cu As IValidCompatibleUnit
Dim value As ICompatibleUnit
 
value = instance.Create(cu)
public ICompatibleUnit Create( 
   IValidCompatibleUnit cu
)

Parameters

cu
IValidCompatibleUnit object

Return Value

ICompatibleUnit 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