`IParameter` Last update: 09.03.2026 class Ansys.ACT.Interfaces.Common.IParameter Bases: object Defines a design parameter. Overview Properties Name Description Key Gets the identifier of the parameter. Name Gets the name of the parameter. Value Gets the value of the parameter. Property detail property IParameter.Key : str | None Gets the identifier of the parameter. property IParameter.Name : str | None Gets the name of the parameter. property IParameter.Value : float | None Gets the value of the parameter.