Click or drag to resize

CTScriptRemoveBindings Method (BindableItem)

Remove existing bindings and server items for bindable item.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public static void RemoveBindings(
	this BindableItem bindableItem
)

Parameters

bindableItem
Type: Demo3D.VisualsBindableItem
The bindable item whose bindings should be removed.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type BindableItem. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also