Click or drag to resize

AttributeDatabaseInitializeAttributeValues Method

Add all the attribute values exposed as properties on an attribute value bag into this attribute value database.

Namespace: Demo3D.PLC.Comms.AttrDb
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public void InitializeAttributeValues(
	IAttributePropertyBag attrObject
)

Parameters

attrObject  IAttributePropertyBag
An object that contains attributes as properties.
See Also