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: 19.00.00
Syntax
C#
public static class CTScript

The CTScript type exposes the following members.

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