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

    Parameters

    value
    The value of length density 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 LengthDensityProperty.
    LengthDensityProperty lengthDensityProperty = new LengthDensityProperty("42 kg/m");
    See Also