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

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

    Return Value

    Returns the bool 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