Field3D.check_valid_attribute
Field3D.check_valid_attribute(self, input_attribute):
Description
Checks if the input attribute is valid.
Parameters
input_attribute
(str): The attribute to be checked for validity.
Raises
ValueError
: If theinput_attribute
is not valid.
Last updated