GenericCommand# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.GenericCommand(iGenericCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IGenericCommand)# Bases: object Represents a generic command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties Arguments Gets the arguments. Index Gets the command index. Name Gets the command name. Property detail# property GenericCommand.Arguments: tuple[str] | None# Gets the arguments. property GenericCommand.Index: int | None# Gets the command index. property GenericCommand.Name: str | None# Gets the command name. Method detail# GenericCommand.Equals(obj: Any) → bool# Equals method. GenericCommand.GetHashCode() → int# GetHashCode method. GenericCommand.GetType() → type# GetType method. GenericCommand.ToString() → str# ToString method.