Click or drag to resize

CTScriptIsBound Method

True if the specified serverItem and bindableItem are bound by some expression.

Namespace:  Demo3D.Visuals
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public static bool IsBound(
	this BindableItem bindableItem,
	ServerItem serverItem
)

Parameters

bindableItem
Type: Demo3D.VisualsBindableItem

[Missing <param name="bindableItem"/> documentation for "M:Demo3D.Visuals.CTScript.IsBound(Demo3D.Visuals.BindableItem,Demo3D.TagServer.ServerItem)"]

serverItem
Type: Demo3D.TagServerServerItem

[Missing <param name="serverItem"/> documentation for "M:Demo3D.Visuals.CTScript.IsBound(Demo3D.Visuals.BindableItem,Demo3D.TagServer.ServerItem)"]

Return Value

Type: 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