Eplan Platform API
Eplan.EplApi.DataModel Namespace / PropertyValue Class / ToDouble Method

In This Topic
    ToDouble Method (PropertyValue)
    In This Topic
    Used in conversion of the PropertyValue object to double.
    Syntax
    public double ToDouble()
    public:
    double ToDouble(); 

    Return Value

    Returns the double value of the PropertyValue object.
    Exceptions
    ExceptionDescription
    Thrown if the source is indexed, but the destination is an unindexed property.
    Thrown if the source is not an indexed property, but the destination is indexed.
    See Also