« Back to Product

Documentation

ReadAttributeInteger

Require: IP-Symcon >= 5.1

 int ReadAttributeInteger (string $Name) 

Parameters

Name

Name of the attribute

Returns

The value of the attribute

Description

The function returns the value of the attribute named Name.

Warning

This function cannot be called in the Create method

Warning

Changed values, as opposed to properties, are available immediately

Example

$this->ReadAttributeInteger("SequenceCounter")
Any questions?