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