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: 16.01.07
Syntaxpublic CustomProperty FindBindingInterface(
IBindingInterfaceOwner owner,
string name,
string prefix = null,
string separator = null
)
Parameters
- owner
- Type: Demo3D.VisualsIBindingInterfaceOwner
The owner of the binding interface. - name
- Type: SystemString
The name of the binding interface. - prefix (Optional)
- Type: SystemString
The prefix used when adding the binding interface. - separator (Optional)
- Type: SystemString
The separator used when adding the binding interface.
Return Value
Type:
CustomPropertyReturns a CustomProperty object if found
See Also