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