Click or drag to resize

MetaPropertyDatabaseCreateProperty Method

Creates and returns the property descriptor for a non-standard property.

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public MetaPropertyDescriptor CreateProperty(
	MetaPropertyDescriptor property
)

Parameters

property  MetaPropertyDescriptor
The property to create.

Return Value

MetaPropertyDescriptor
The property.
See Also