« Back to Product

Documentation

ReadAttributeFloat

Require: IP-Symcon >= 5.1

 float ReadAttributeFloat (string $Name) 

Parameters

Name

Name of the attribute

Returns

The value of the attribute

Description

The function returns the value of the attribute with the name Name.

Warning

This function cannot be called in the Create method

Warning

Changed values, as opposed to properties, are available immediately

Example

$this->ReadAttributeFloat("Median");
Any questions?