True if the specified serverItem and bindableItem are bound by some expression.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic static bool IsBound(
this BindableItem bindableItem,
ServerItem serverItem
)
Parameters
- bindableItem BindableItem
[Missing <param name="bindableItem"/> documentation for "M:Demo3D.Visuals.CTScript.IsBound(Demo3D.Visuals.BindableItem,Demo3D.TagServer.ServerItem)"]
- serverItem ServerItem
[Missing <param name="serverItem"/> documentation for "M:Demo3D.Visuals.CTScript.IsBound(Demo3D.Visuals.BindableItem,Demo3D.TagServer.ServerItem)"]
Return Value
Boolean[Missing <returns> documentation for "M:Demo3D.Visuals.CTScript.IsBound(Demo3D.Visuals.BindableItem,Demo3D.TagServer.ServerItem)"]
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