SecdataCommand# class ansys.mechanical.stubs.v251.Ansys.ACT.Automation.Mechanical.FE.CDB.SecdataCommand(iSecdataCommand: Ansys.Common.Interop.FEParsePlugin_ANSYS.ISecdataCommand)# Bases: object Represents a SECDATA 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. Values Gets the values. Property detail# property SecdataCommand.Index: int | None# Gets the command index. property SecdataCommand.Name: str | None# Gets the command name. property SecdataCommand.Values: tuple[float] | None# Gets the values. Method detail# SecdataCommand.Equals(obj: Any) → bool# Equals method. SecdataCommand.GetHashCode() → int# GetHashCode method. SecdataCommand.GetType() → type# GetType method. SecdataCommand.ToString() → str# ToString method.