Harness proD API Help
EPLAN.Harness.API.ApiProperties Namespace / BooleanProperty Class / Implicit Type Conversion Operator / Implicit Type Conversion(Boolean,BooleanProperty) Operator
Boolean property to convert to boolean.
In This Topic
    Implicit Type Conversion(Boolean,BooleanProperty) Operator
    In This Topic
    Implicit conversion from BooleanProperty to System.Boolean.
    Syntax
    public bool operator implicit( 
       BooleanProperty property
    )

    Parameters

    property
    Boolean property to convert to boolean.

    Return Value

    Boolean value from the property.
    See Also