DIAdem Help

Content Type
Programming Language
Current manual
Table of Contents

Property: CurrentScriptName for DataPlugin

Property: CurrentScriptName for DataPlugin

Specifies the name of the script file which belongs to the currently executed DataPlugin.

Object.CurrentScriptName
ObjectDataPlugin
Object with this property
Object.CurrentScriptNameString with read access

The following example saves the name of the executed DataPlugin as a root property:

Call Root.Properties.Add("ScriptName",CurrentScriptName)
In This Section
Was this information helpful?