IParameter# class ansys.mechanical.stubs.v242.Ansys.ACT.Interfaces.Common.IParameter# Bases: object Defines a design parameter. Overview# Properties 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.