CMEDITCommand# class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.CMEDITCommand(iCMEDITCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICMEDITCommand)# Bases: object Represents a CMEDIT command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties Aname Gets the assembly name. Cnames Gets the component names. Index Gets the command index. Name Gets the command name. Oper Gets the operation label (add or dele). Property detail# property CMEDITCommand.Aname: str | None# Gets the assembly name. property CMEDITCommand.Cnames: tuple[str] | None# Gets the component names. property CMEDITCommand.Index: int | None# Gets the command index. property CMEDITCommand.Name: str | None# Gets the command name. property CMEDITCommand.Oper: str | None# Gets the operation label (add or dele). Method detail# CMEDITCommand.Equals(obj: Any) → bool# Equals method. CMEDITCommand.GetHashCode() → int# GetHashCode method. CMEDITCommand.GetType() → type# GetType method. CMEDITCommand.ToString() → str# ToString method.