ExtensionId#

class ansys.mechanical.stubs.v251.Ansys.ACT.Core.ExtensionId(identifier: Ansys.ACT.Interop.IDefinitionIdentifier)#

Bases: object

Provides service to uniquely identify the extension.

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

UniqueId

Get the unique id of the extension.

Property detail#

property ExtensionId.UniqueId: str | None#

Get the unique id of the extension.

Method detail#

ExtensionId.Equals(obj: Any) → bool#

Equals method.

ExtensionId.GetHashCode() → int#

GetHashCode method.

ExtensionId.GetType() → type#

GetType method.

ExtensionId.ToString() → str#

ToString method.