|  | Python Script Engine
    8.3
    GL Studio Editor Python Script API | 
| Public Member Functions | |
| UserDefinedValueAttribute () | |
| str | GetGuid () | 
| str | GetName () | 
| str | GetValue () | 
| None | SetValue (str value) | 
| str | GetMethodAvailability () | 
| str | GetObjectAvailability () | 
| str | GetPropertyAvailability () | 
common editor interface variable
| UserDefinedValueAttribute::UserDefinedValueAttribute | ( | ) | 
ctor
| str UserDefinedValueAttribute::GetGuid | ( | ) | 
Retrieves the attribute's guid.
| str UserDefinedValueAttribute::GetMethodAvailability | ( | ) | 
Retrieves the attribute's method availability.
| str UserDefinedValueAttribute::GetName | ( | ) | 
Retrieves the attribute's name.
| str UserDefinedValueAttribute::GetObjectAvailability | ( | ) | 
Retrieves the attribute's object availability.
| str UserDefinedValueAttribute::GetPropertyAvailability | ( | ) | 
Retrieves the attribute's method availability.
| str UserDefinedValueAttribute::GetValue | ( | ) | 
Retrieves the attribute's value.
| None UserDefinedValueAttribute::SetValue | ( | str | value | ) | 
Sets the attribute's value.
| value | New value for the attribute |