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: 15.0.2.11458
Syntax
C#
public IEnumerable<AttributeValue> GetAttributeValues()

Return Value

Type: IEnumerableAttributeValue
List of attribute values.

Implements

IAttributeDatabaseGetAttributeValues
See Also