Skip to main content
Skip table of contents

getRelationName

Versionshinweise

16.1

Code

GROOVY
String WorkSpaceScriptUtils.getRelationName(IScriptWorkSpace workSpace)

Beschreibung

Liefert den Relationsnamen des übergebenen IScriptWorkSpace oder null wenn keiner vorhanden ist.

Parameter

  • workSpace - der IScriptWorkSpace

Rückgabe

Der Relationsname oder null

Beispiele

GROOVY
String relationName = WorkSpaceScriptUtils.getRelationName(MaskUtils.getWorkSpace());
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.