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

    Parameters

    value
    The value of currency 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 CurrencyProperty.
    CurrencyProperty currencyProperty = new CurrencyProperty("42 €");
    See Also