VisualFindBindingInterface Method |
Find a binding interface by name if it exists. Otherwise return null.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.00.00
Syntaxpublic 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
CustomPropertyReturns a CustomProperty object if found
See Also