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

    Parameters

    value
    The value of resistance 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 ResistanceProperty.
    ResistanceProperty resistanceProperty = new ResistanceProperty("42 Ohm");
    See Also