Click or drag to resize

VisualOnExportBindableItem Property

Property Value

Type: OnExportBindableItemScriptReference
Occurs when Export is called from the Tag Browser. This allows custom information to be written about each tag in addition to the default data.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 11.0.0.7658
Syntax
C#
public OnExportBindableItemScriptReference OnExportBindableItem { get; }

Property Value

Type: OnExportBindableItemScriptReference
See Also