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

    Parameters

    value
    The value of conductance 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 ConductanceProperty.
    ConductanceProperty conductanceProperty = new ConductanceProperty("42 S");
    See Also