cimOleObj (constant)

Syntax

cimOleObj

Description

This is a private constant object that represents the OLE Automation interface to the ActiveX control that contains the script. Note a declaration will often be seen at the top of a script contained in an ActiveX control.

It will appear as:

 Private cimOleObj As Object

or as:

Private cimOleObj As ObjTypeLib.ObjType

Where ObjTypeLib is the name of the objects type library and ObjectType is the name of the object in the type library.

Status

The extension can be used.

Type

Object

Example

cimOleObj.Value = 10

More information

Basic Extensions.