Click or drag to resize

CTScript Class

CT script methods.
Inheritance Hierarchy
SystemObject
  Demo3D.VisualsCTScript

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public static class CTScript

The CTScript type exposes the following members.

Methods
  NameDescription
Public methodStatic memberIsBound
True if the specified serverItem and bindableItem are bound by some expression.
Public methodStatic memberRemoveBindings(BindableItem)
Remove existing bindings and server items for bindable item.
Public methodStatic memberRemoveBindings(IEnumerableBindableItem)
Remove existing bindings and server items for a set of bindable item.
Top
See Also