Click or drag to resize

MetaProperties Constructor

Construct meta properties container.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public MetaProperties(
	MetaPropertyDatabase? database = null
)

Parameters

database  MetaPropertyDatabase  (Optional)
Property database (or null).
See Also