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

    Parameters

    value
    The value of current 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 CurrentProperty.
    CurrentProperty currentProperty = new CurrentProperty("42 A");
    See Also