ArcFM Desktop Developer Guide
Delete Method (CuEditor)


Version: 10.2.1b and 10.2.1b SP1

Resource Center Home

ICompatibleUnit object
Pass an ICompatibleUnit object to this method in order to remove it from the CU library.
Syntax
'Declaration
 
Public Sub Delete( _
   ByVal compatibleUnit As ICompatibleUnit _
) 
'Usage
 
Dim instance As CuEditor
Dim compatibleUnit As ICompatibleUnit
 
instance.Delete(compatibleUnit)
public void Delete( 
   ICompatibleUnit compatibleUnit
)

Parameters

compatibleUnit
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