CommandColl#

class ansys.mechanical.stubs.v261.Ansys.ACT.Automation.Mechanical.FE.CommandColl(iCommandColl: Ansys.Common.Interop.FECommandsModel.ICommandColl, commandRepository: Ansys.ACT.Automation.Mechanical.FE.CommandRepository)#

Bases: object

Collection of commands.

Overview#

Equals

Equals method.

GetEnumerator

GetEnumerator method.

GetHashCode

GetHashCode method.

GetType

GetType method.

ToString

ToString method.

Count

Gets the count of commands.

Item

Item property.

Property detail#

property CommandColl.Count: int | None#

Gets the count of commands.

property CommandColl.Item: Ansys.Common.Interop.FECommandsModel.ICommand | None#

Item property.

Method detail#

CommandColl.Equals(obj: Any) bool#

Equals method.

CommandColl.GetEnumerator() Iterator[Ansys.Common.Interop.FECommandsModel.ICommand]#

GetEnumerator method.

CommandColl.GetHashCode() int#

GetHashCode method.

CommandColl.GetType() type#

GetType method.

CommandColl.ToString() str#

ToString method.