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

    Parameters

    value
    The value of pressure 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 PressureProperty.
    PressureProperty pressureProperty = new PressureProperty("42 Pa");
    See Also