Click or drag to resize

AttributeDatabaseBaseGetAttributeValues Method

Get all the attribute values.

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

Return Value

IEnumerableAttributeValue
All the attribute values

Implements

IAttributeDatabaseGetAttributeValues
See Also