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