Click or drag to resize

MotionDeviceAccessGetOrAddAttributeValue Method

Finds or creates the attribute value for a specified attribute.

Namespace:  Demo3D.PLC.Comms.CIP.Nodes.Motion
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
public abstract AttributeValue GetOrAddAttributeValue(
	ushort attributeId,
	DataSelect dimensions
)

Parameters

attributeId
Type: SystemUInt16
The attribute id.
dimensions
Type: Demo3D.PLC.Comms.AttrDbDataSelect
The dimensions of the value if it needs to be created.

Return Value

Type: AttributeValue
The attribute value.

Implements

IAttributeDatabaseGetOrAddAttributeValue(UInt16, DataSelect)
See Also