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

    Parameters

    value
    The value of flow 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 FlowProperty.
    FlowProperty flowProperty = new FlowProperty("42 m3/sec");
    See Also