CimProject.PCMSaveAlarmSetups (property)

Gets and sets if alarm setups will be preserved on a get latest of the project.
Syntax: Boolean = object.PCMSaveAlarmSetups
object.PCMSaveAlarmSetups = Boolean
Description: The CimProject.PCMSaveAlarmSetups property gets and sets if alarm setups will be preserved if the project is fetched from PCM. This flag is only used if this is a non-interactive session and the prompt option was selected.

Example:

Dim project As CimProject
Set project = CreateObject("CimProject")
project.OpenLocalProject "d:\classes\classes.gef"
project.PCMSaveAlarmSetups = True