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

    Parameters

    value
    The value of force 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 ForceProperty.
    ForceProperty forceProperty = new ForceProperty("42 N");
    See Also