Skip to main content

composite:get_field_properties_operator

Version: 0.0.0

Description

Deprecated since 2026 R1! Use 'field::get_attribute' or 'propertyfield::get_attribute' with pin 1 equals 'header' instead. Operator which returns all int, double and string properties as a data tree. Input can be a CField or CPropertyField. The purpose of this operator is to expose the properties in python. So the operator will be removed once this is available natively or it has been replicated in DPF Core.

Inputs

InputNameExpected type(s)Description
Pin 0fieldfield, property_fieldC(Property)Field.

Outputs

OutputNameExpected type(s)Description
Pin 0propertiesabstract_data_treeDataTree with all properties

Configurations

NameExpected type(s)Default valueDescription
mutexboolfalseIf this option is set to true, the shared memory is prevented from being simultaneously accessed by multiple threads.

Scripting

Category: composite

Plugin: composite

Scripting name: get_field_properties_operator

Full name: composite.get_field_properties_operator

Internal name: composite::get_field_properties_operator

License: None

Changelog

  • Version 0.0.0: Initial release.