Click or drag to resize

IAttributeDatabaseCreateValue Method

Create an attribute value of the specified dimensions.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
AttributeValue CreateValue(
	uint attributeId,
	DataDimensions dimensions
)

Parameters

attributeId  UInt32
The attribute id to find.
dimensions  DataDimensions
The data dimension selection from the request that's accessing the attribute value.

Return Value

AttributeValue
The new/existing attribute value.
See Also