Click or drag to resize

AttributeDatabaseBaseCreateValue Method

Create an attribute value of the specified dimensions.

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

Parameters

attributeId
Type: SystemUInt32
The attribute id to find.
dimensions
Type: Demo3D.PLC.Comms.AttrDbDataDimensions
The data dimension selection from the request that's accessing the attribute value.

Return Value

Type: AttributeValue
The new/existing attribute value.

Implements

IAttributeDatabaseCreateValue(UInt32, DataDimensions)
See Also