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

    Parameters

    value
    The value of resistivity 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 ResistivityProperty .
    ResistivityProperty resistivityProperty = new ResistivityProperty("42 Ohm/m");
    See Also