Separator¶
The value type Separator is used to show a separator in the property palette.
Syntax¶
<Parameter>
<Name>Separator</Name>
<ValueType>Separator</ValueType>
</Parameter>
Optional¶
Sometimes it’s useful to hide the separator depending on the value of another parameter. This is achieved by adding an additional tag to the parameter or by defining a function in the py-file Enable and visible options
Example¶
The implementation of the Separator value type is described in the example AllControls, which is located in
…\etc\Examples\PythonParts\PaletteExamples\AllControls.pyp
…\etc\PythonPartsExampleScripts\PaletteExamples\AllControls.py