CTScriptRemoveBindings Method (IEnumerableBindableItem) | 
 
            Remove existing bindings and server items for a set of bindable item.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxpublic static void RemoveBindings(
	this IEnumerable<BindableItem> bindableItems
)
Parameters
- bindableItems
 - Type: System.Collections.GenericIEnumerableBindableItem
The bindable items 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 
IEnumerableBindableItem. 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