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

    Parameters

    value
    The value of capacitance 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 CapacitanceProperty.
    CapacitanceProperty capacitanceProperty = new CapacitanceProperty("42 F");
    See Also