IAttributeDatabaseFindAttributeValue Method |
Find an attribute value by id.
Namespace:
Demo3D.PLC.Comms.AttrDb
Assembly:
PLC (in PLC.dll) Version: 14.0.0.10531
SyntaxAttributeValue? FindAttributeValue(
ushort attributeId
)
Parameters
- attributeId
- Type: SystemUInt16
The attribute id.
Return Value
Type:
AttributeValueThe attribute value (or null).
See Also