syscAttribute
Last update: 17.07.2025SyscRealAttribute syscGetRealAttributeVDM(const char *name, double value, SyscDimensionality dimensionality, int modifiable)
Create a real-valued attribute.
SyscRealAttribute syscGetRealAttribute(const char *name, double value, SyscDimensionality dimensionality)
Create a real-valued attribute.
SyscIntegerAttribute syscGetIntegerAttributeVM(const char *name, long long int value, int modifiable)
Create an integer-valued attribute.
SyscIntegerAttribute syscGetIntegerAttribute(const char *name, long long int value)
Create an integer-valued attribute.