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

    Parameters

    value
    The value of velocity 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 VelocityProperty .
    VelocityProperty velocityProperty = new VelocityProperty("42 m/s");
    See Also