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

    Parameters

    value
    The value of area 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 AreaProperty.
    AreaProperty areaProperty = new AreaProperty("42 m2");
    See Also