Click or drag to resize

MetaProperties Constructor

Construct meta properties container.

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

Parameters

database (Optional)
Type: Demo3D.PLC.CommsMetaPropertyDatabase
Property database (or null).
See Also