Adaptive Framework 0.9.0

apply_object_options

The following is a list of properties for the function apply_object_options:

PropertyValue
briefApply object options
categoryobject
descriptionThis will return an object with the specified object options applied.
functionIdapply_object_options
functionLabelapply_object_options
parameters[ { "dataType": "object", "description": "Object used to produce result.", "name": "object" }, { "dataType": "object", "dataTypeParameter": "_AdaptiveObjectOptions_", "description": "Object options. See /afw/_AdaptiveObjectType_/_AdaptiveObjectOptions_ for more information.", "name": "options", "optional": true } ]
returns{ "dataType": "object", "description": "This is an object with object options applied." }