Gets and sets if PCM can interact with the user. | |
Syntax: | Boolean =
object.PCMInteractive object.PCMInteractive = Boolean |
Description: | The CimProject.PCMInteractive property gets
and sets if PCM can interact with the user. Example: Dim project As CimProject Set project = CreateObject("CimProject") project.OpenLocalProject "d:\classes\classes.gef" project.PCMInteractive = True |