Click or drag to resize

IAttributeDatabaseFindAttributeValue Method

Find an attribute value by id.

Namespace:  Demo3D.PLC.Comms.AttrDb
Assembly:  PLC (in PLC.dll) Version: 14.0.0.10531
Syntax
C#
AttributeValue? FindAttributeValue(
	ushort attributeId
)

Parameters

attributeId
Type: SystemUInt16
The attribute id.

Return Value

Type: AttributeValue
The attribute value (or null).
See Also