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: 15.0.2.11458
Syntax
C#
public void InitializeAttributeValues(
	IAttributePropertyBag attrObject
)

Parameters

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