Obj_SetAttr

SUMMARY

Obj_SetAttr - Set attribute of object

SYNTAX

Obj_SetAttr(<PointId>,<Attribute>,<Value>)

ARGUMENTS

PointId
- DataObject
Attribute
- Name of the attribute thats value is to be changed
Value
- new value

DESCRIPTION

Sets the attribute of a data object to a new value.

EXAMPLES

Obj_SetAttr(SINUS,Value,+0.5);


Syntax Notation
[aaa]
aaa is optional (zero or one occurences)
(aaa|bbb)
aaa exclusive or bbb
(aaa)*
aaa may occur indefinitely often or may be omitted
(aaa)+
aaa may occur indefinitely often but at least once
(aaa)m..n
aaa may occur from m to n times