Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / TemperatureProperty Class / TemperatureProperty Constructor / TemperatureProperty Constructor()
Example
In This Topic
    TemperatureProperty Constructor()
    In This Topic
    Creates a new instance of an empty TemperatureProperty.
    Syntax
    public TemperatureProperty()
    Example
    The following example shows how to create a new empty TemperatureProperty.
    TemperatureProperty emptyProperty = new TemperatureProperty();
    See Also