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: 15.0.2.11458
Syntax
C#
public MetaPropertyDescriptor CreateProperty(
	MetaPropertyDescriptor property
)

Parameters

property
Type: Demo3D.PLC.CommsMetaPropertyDescriptor
The property to create.

Return Value

Type: MetaPropertyDescriptor
The property.
See Also