Attribute Function (Python)¶
AttributeFunctionUtil
-
FnGeolibServices.AttributeFunctionUtil.
GetRegisteredFunctionNames
(omitInternal: bool = True) → list¶ Returns a list of registered attribute functions, optionally omitting internal functions.
-
FnGeolibServices.AttributeFunctionUtil.
Run
(name: unicode, args: PyFnAttribute.Attribute) → object¶ Runs the attribute function with the given name, passing args as arguments.