DRS - Help

MAY Computer

Objects

Applies to: wmDRS.dll

Objects

The following objects are available within VB-Scripts run from DRS scripts via RUNSCRIPT or SHOWDIDIFORM command:

Object

Description

DMSs Instance of cObjList class containing list of used DMS systems. To retrieve a specific DMS DRS implementation interface main object use
  DMSs.Item("<DMSKey>").Obj
For
DMSkey use the same string as used for USEDMS command.
DRDs Instance of cObjList class containing list of used DRD objects. To retrieve a specific DRD object use
  DRDs.Item("<DRDKey>").Obj
For DRDKey use the same string as used in USEDRD command.