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

    Parameters

    value
    The value of angle 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 AngleProperty.
    AngleProperty angleProperty = new AngleProperty("42 rad");
    See Also