![]() |
SetBindObject()








Public Function |
Declared in: NiBinding.h |
Declaration
void SetBindObject( CNiInterface& subObject);
Description
Sets the object whose property binds to a data source. You must call this function from the thread that created the object.
Parameters
CNiInterface& subObject
The subobject of the control to bind.
See Also
Example
// Sets the BindObject to be a CNiKnob.
CNiKnob knob; CNiBinding binding = knob.Bindings.Item(1); binding.SetBindObject(knob);