CimProject.ConfigurationUpdate (method)

Causes a configuration update to be performed on the project.
Syntax: object.ConfigurationUpdate
Description: The CimProject.ConfigurationUpdate method allows you to perform a configuration update on the attached project. The project must not be running when this function is performed.

Example

Dim project As CimProject
Set project = CreateObject("CimProject")
project.OpenLocalProject "c:\cimplicity\hmi\projects\cimpdemo\cimpdemo.gef"
project.ConfigurationUpdate