Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TemperatureProperty Class / TemperatureProperty Constructor / TemperatureProperty Constructor(String)
The value of temperature as a string.
Example
In This Topic
    TemperatureProperty Constructor(String)
    In This Topic
    Creates a new instance of the TemperatureProperty from the specified string value.
    Syntax
    public TemperatureProperty( 
       string value
    )

    Parameters

    value
    The value of temperature as a string.
    Exceptions
    ExceptionDescription
    Thrown when the specified unit is not valid for this property.
    Example
    The following example shows how to create a new TemperatureProperty.
    TemperatureProperty temperatureProperty = new TemperatureProperty("42 K");
    See Also