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

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

    Parameters

    p
    PropertyValue to convert

    Return Value

    double value of the PropertyValue.
    See Also