API Help
Eplan.EplApi.MasterData Namespace / MDPropertyValue Class / Implicit Type Conversion Operator / Implicit Type Conversion(Boolean,MDPropertyValue) Operator
MDPropertyValue to convert

In This Topic
    Implicit Type Conversion(Boolean,MDPropertyValue) Operator
    In This Topic
    Converts MDPropertyValue object to System::Boolean.
    Syntax
    public bool operator implicit( 
       MDPropertyValue p
    )
    public:
    operator bool ( 
       MDPropertyValue^ p
    )

    Parameters

    p
    MDPropertyValue to convert

    Return Value

    System::Boolean value of the MDPropertyValue.
    See Also