set_from_component
Description:
[ Version ( since = "3.34" ) ]
public void set_from_component (Component component, ComponentPropertyBagFilterFunc? func)
  public void set_from_component (Component component, ComponentPropertyBagFilterFunc? func)
Fills the this with properties from the component, for which the func returned 
      true.
 When the func is null, all the properties are included. The this
       content is cleared before any property is added.
Parameters:
| this | |
| component | an Component containing the properties to fill the this with | 
| func | an optional ecalcomponentpropertybagfilterfunc callback | 
| user_data | user data for the  |