IScriptCreateDependencyViewExtension

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.

Parameters

name (string) -- The name.

Returns

The IScriptObject of the newly created code analysis dependency view.

Return type

IExtendedObject

Reports

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).