Click or drag to resize

VisualFindBindingInterface Method

Find a binding interface by name if it exists. Otherwise return null.

Namespace: Demo3D.Visuals
Assembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntax
C#
public CustomProperty FindBindingInterface(
	IBindingInterfaceOwner owner,
	string name,
	string prefix = null,
	string separator = null
)

Parameters

owner  IBindingInterfaceOwner
The owner of the binding interface.
name  String
The name of the binding interface.
prefix  String  (Optional)
The prefix used when adding the binding interface.
separator  String  (Optional)
The separator used when adding the binding interface.

Return Value

CustomProperty
Returns a CustomProperty object if found
See Also