CDBCommand#

class ansys.mechanical.stubs.v261.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.

FullName

FullName property.

Index

Gets the command index.

Name

Gets the command name.

ToCdbCommandString

ToCdbCommandString property.

Property detail#

property CDBCommand.FullName: str | None#

FullName property.

property CDBCommand.Index: int | None#

Gets the command index.

property CDBCommand.Name: str | None#

Gets the command name.

property CDBCommand.ToCdbCommandString: Ansys.ACT.Automation.Mechanical.FE.CDB.CdbCommandFormatAndParameter | None#

ToCdbCommandString property.

Method detail#

CDBCommand.Equals(obj: Any) bool#

Equals method.

CDBCommand.GetHashCode() int#

GetHashCode method.

CDBCommand.GetType() type#

GetType method.

CDBCommand.ToString() str#

ToString method.