Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(Boolean,PropertyValue) Operator
PropertyValue to convert

In This Topic
    Implicit Type Conversion(Boolean,PropertyValue) Operator
    In This Topic
    Used in conversion of the PropertyValue object to bool.
    Syntax
    public bool operator implicit( 
       PropertyValue p
    )
    public:
    operator bool ( 
       PropertyValue^ p
    )

    Parameters

    p
    PropertyValue to convert

    Return Value

    bool value of the PropertyValue.
    See Also