IAttributeDatabaseCreateValue Method |
Create an attribute value of the specified dimensions.
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
SyntaxAttributeValue 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
AttributeValueThe new/existing attribute value.
See Also