Click or drag to resize

IAttributeDatabaseGetAttributeValues Method

Return the values of all the attributes.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 15.0.2.11458
Syntax
C#
IEnumerable<AttributeValue> GetAttributeValues()

Return Value

Type: IEnumerableAttributeValue
List of attribute values.
See Also