class
IScriptCreateDependencyViewExtension.
IScriptCreateDependencyViewExtension
Bases: object
Scripting API to extend an object for code analysis dependency view creation.
create_code_analysis_dependency_view
name
Creates a code analysis dependency view with the specified name.
name (string) -- The name.
The IScriptObject of the newly created code analysis dependency view.
IExtendedObject
Exception -- Any exception which might occur (e. g. if the name is not an IEC identifier, or an object with the same name already exists within the same namespace, or the object cannot be created under this parent).