This reference page is linked to from the following overview topics: FBProperty - Object Properties.
#include <mobu-python-api.h>
Property Manager. The property manager exists in all FBComponent objects, and contains an array of all the registered properties. These properties may be SDK properties, internal properties or both.
Public Member Functions |
|
def | __reduce__ () |
def | Find () |
def | __len__ () |
def | __getitem__ () |
def | __init__ () |
def __reduce__ | ( | ) |
def Find | ( | ) |
Python Docstring:
Find( (FBPropertyManager)arg1, (str)arg2 [, (object)arg3]) -> object
C++ Signature:
FBProperty * Find(const char * pPropertyName, bool pMultilangLookup = true)
Find a property, based on its name.
pPropertyName | Name of property to look for. |
pMultilangLookup | When searching, indicate if the name lookup should also be done on the property name as shown in the GUI. (default = true) |
def __len__ | ( | ) |
def __getitem__ | ( | ) |
Python Docstring:
__getitem__( (FBPropertyManager)arg1, (object)arg2) -> object
def __init__ | ( | ) |
Python Docstring:
Raises an exception This class cannot be instantiated from Python
C++ Signature:
FBPropertyManager()
Constructor.