AspectComponentBaseUpdateBindingAPI Method  | 
 
            If this aspect implements 
IBindableItemOwner, this method performs the following for each 
BindableItem:
            If the aspect is disabled OR the item is not part of the binding interface (see 
IsBindingInterface), then remove it from the binding API.
            Otherwise, if the item is part of the binding interface AND the item does not already have a declared binding (see 
HasBindingInterface), add the item to the binding API.
            Any bindable items that are added to the binding API will appear in the IO browser grid and can be further utilized for controls testing.
            
 
    Namespace: 
   Demo3D.Visuals
    Assembly:
   Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntaxprotected void UpdateBindingAPI()
See Also