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

    Parameters

    value
    The value of length 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 LengthProperty.
    LengthProperty lengthProperty = new LengthProperty("42 m");
    See Also