CimEdit (function)

Syntax

GefApplication = CimEdit ()

Description

Returns the GefApplication Automation object representing the CimEdit application.

Status

The extension can be used.

Example

Dim EditApp As GefObjectModel.GefApplication

Dim EditScreen As GefObjectModel.GefScreen

Set EditApp = CimEdit()

Set EditScreen = ViewApp.Screens.Add(TRUE)

More information

Basic Extensions.