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

    Parameters

    value
    The value of acceleration 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 AccelerationProperty.
    AccelerationProperty accelerationProperty = new AccelerationProperty("42 m/sec2");
    See Also