Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / ConductanceProperty Class / ConductanceProperty Constructor / ConductanceProperty Constructor(Double,Unit)
The value of conductance.
The unit of conductance value.
Example
In This Topic
    ConductanceProperty Constructor(Double,Unit)
    In This Topic
    Creates a new instance of the ConductanceProperty with the specified value and unit.
    Syntax
    public ConductanceProperty( 
       double value,
       Unit unit
    )

    Parameters

    value
    The value of conductance.
    unit
    The unit of conductance value.
    Exceptions
    ExceptionDescription
    Thrown when the unit is not valid for this property.
    Example
    The following example shows how to create a new ConductanceProperty.
    ConductanceProperty conductanceProperty = new ConductanceProperty(42.0, Unit.Siemens);
    See Also