AttributeDatabaseInitializeAttributeValues Method |
Add all the attribute values exposed as properties on an attribute value bag into this attribute value database.
Namespace: Demo3D.PLC.Comms.AttrDbAssembly: PLC (in PLC.dll) Version: 19.00.00
Syntaxpublic void InitializeAttributeValues(
IAttributePropertyBag attrObject
)
Parameters
- attrObject IAttributePropertyBag
- An object that contains attributes as properties.
See Also