CMGRPCommand# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.CMGRPCommand(iCMGRPCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ICMGRPCommand)# Bases: object Represents a CMGRP 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 and/or assembly names. Index Gets the command index. Name Gets the command name. Property detail# property CMGRPCommand.Aname: str | None# Gets the assembly name. property CMGRPCommand.Cnames: tuple[str] | None# Gets the component and/or assembly names. property CMGRPCommand.Index: int | None# Gets the command index. property CMGRPCommand.Name: str | None# Gets the command name. Method detail# CMGRPCommand.Equals(obj: Any) → bool# Equals method. CMGRPCommand.GetHashCode() → int# GetHashCode method. CMGRPCommand.GetType() → type# GetType method. CMGRPCommand.ToString() → str# ToString method.