ENCommand# class ansys.mechanical.stubs.v242.Ansys.ACT.Automation.Mechanical.FE.CDB.ENCommand(iENCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.IENCommand)# Bases: object Represents an EN command. Overview# Methods Equals Equals method. GetHashCode GetHashCode method. GetType GetType method. ToString ToString method. Properties Index Gets the command index. Name Gets the command name. Type Gets the type (attribute or node). Values Gets the values. Property detail# property ENCommand.Index: int | None# Gets the command index. property ENCommand.Name: str | None# Gets the command name. property ENCommand.Type: str | None# Gets the type (attribute or node). property ENCommand.Values: tuple[int] | None# Gets the values. Method detail# ENCommand.Equals(obj: Any) → bool# Equals method. ENCommand.GetHashCode() → int# GetHashCode method. ENCommand.GetType() → type# GetType method. ENCommand.ToString() → str# ToString method.