CDBCommand#

class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.CDBCommand(iCommand: Ansys.Common.Interop.FECommandsModel.ICommand)#

Bases: object

Overview#

Equals

Equals method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Index

Gets the command index.

Name

Gets the command name.

Property detail#

property CDBCommand.Index: int | None#

Gets the command index.

property CDBCommand.Name: str | None#

Gets the command name.

Method detail#

CDBCommand.Equals(obj: Any) bool#

Equals method.

CDBCommand.GetHashCode() int#

GetHashCode method.

CDBCommand.GetType() type#

GetType method.

CDBCommand.ToString() str#

ToString method.