2024 April Release

Class FSCTEAMROOM@1.1001:ExternalArea Permanent link for this heading

Abstract base class to grant additional permissions to objects of the app room

Class Hierarchy

Object > CompoundObject > Room > AppRoom > ExternalArea

Actions Permanent link for this heading

Return Type

Signature

MBInSpireService

GetMBInSpireService(
  out retval MBInSpireService svc,
  optional object context)

object

ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Actions Permanent link for this heading


FSCMINDBREEZE@1.1001:GetMBInSpireService Permanent link for this heading

Determine Mindbreeze Inspire Service

MBInSpireService FSCMINDBREEZE@1.1001:GetMBInSpireService(
  out retval MBInSpireService svc,
  optional object context)

Name

Description

svc

InSpire service

context

Context for service selection

COOSYSTEM@1.1:ObjectCopy Permanent link for this heading

Creates a new object as the copy of the object. This action called on the source object. This action sets the property objsource on the copied object.

object COOSYSTEM@1.1:ObjectCopy(
  ref optional object placement,
  out retval object object,
  optional string address,
  optional boolean virtualobject)

Name

Description

placement

object

The created copy of the object.

address

The object address for the new object. If this parameter is used, it overrides the specified COO store in parameter coost or the automatically chosen COO store, if no COO store was specified.

virtualobject