Click or drag to resize

CIPObjectGetAttributeValues Method

Return the values of all the attributes.

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

Return Value

IEnumerableAttributeValue
List of attribute values.

Implements

IAttributeDatabaseGetAttributeValues
See Also