IExtension#

class ansys.mechanical.stubs.v251.Ansys.ACT.Interfaces.Common.IExtension#

Bases: object

Defines an extension.

Overview#

Attributes

Gets the attributes of the extension.

InstallDir

Gets the folder where the extension is installed.

MinorVersion

Gets the minor version of the extension.

Name

Gets the name of the extension.

UniqueId

Gets the unique identifier of the extension.

Version

Gets the version of the extension.

Property detail#

property IExtension.Attributes: Ansys.ACT.Interfaces.Common.IAttributeCollection | None#

Gets the attributes of the extension.

property IExtension.InstallDir: str | None#

Gets the folder where the extension is installed.

property IExtension.MinorVersion: int | None#

Gets the minor version of the extension.

property IExtension.Name: str | None#

Gets the name of the extension.

property IExtension.UniqueId: str | None#

Gets the unique identifier of the extension.

property IExtension.Version: int | None#

Gets the version of the extension.