Click or drag to resize

MetaPropertyDatabase Class

Database of non-standard properties.
Inheritance Hierarchy
SystemObject
  Demo3D.PLC.CommsMetaPropertyDatabase

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public class MetaPropertyDatabase

The MetaPropertyDatabase type exposes the following members.

Constructors
 NameDescription
Public methodMetaPropertyDatabaseInitializes a new instance of the MetaPropertyDatabase class
Top
Properties
 NameDescription
Public propertyAllProperties A list of property descriptors for all the non-standard properties.
Top
Methods
 NameDescription
Public methodCreateProperty Creates and returns the property descriptor for a non-standard property.
Top
Events
 NameDescription
Public eventNewProperty Raised when a new non-standard property is created;
Top
See Also