ArcFM Engine Developer Guide
ApplyChanges Method (ManageCuFieldsViewModel)


The new/modified CU
Either creates a new CU or edits an existing one
Syntax
'Declaration
 
Public Function ApplyChanges( _
   ByVal data As Object _
) As Boolean
'Usage
 
Dim instance As ManageCuFieldsViewModel
Dim data As Object
Dim value As Boolean
 
value = instance.ApplyChanges(data)
public bool ApplyChanges( 
   object data
)

Parameters

data
The new/modified CU

Return Value

Success as bool
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

ManageCuFieldsViewModel Class
ManageCuFieldsViewModel Members

 

 


Send Comment