Python Script Engine  8.3
GL Studio Editor Python Script API
UserDefinedValueAttribute Class Reference

Public Member Functions

 UserDefinedValueAttribute ()
 
str GetGuid ()
 
str GetName ()
 
str GetValue ()
 
None SetValue (str value)
 
str GetMethodAvailability ()
 
str GetObjectAvailability ()
 
str GetPropertyAvailability ()
 

Detailed Description

common editor interface variable

Constructor & Destructor Documentation

◆ UserDefinedValueAttribute()

UserDefinedValueAttribute::UserDefinedValueAttribute ( )

ctor

Member Function Documentation

◆ GetGuid()

str UserDefinedValueAttribute::GetGuid ( )

Retrieves the attribute's guid.

Returns
str containing the guid of the attribute

◆ GetMethodAvailability()

str UserDefinedValueAttribute::GetMethodAvailability ( )

Retrieves the attribute's method availability.

Returns
str containing the availability of the attribute within methods

◆ GetName()

str UserDefinedValueAttribute::GetName ( )

Retrieves the attribute's name.

Returns
str containing the name of the attribute

◆ GetObjectAvailability()

str UserDefinedValueAttribute::GetObjectAvailability ( )

Retrieves the attribute's object availability.

Returns
str containing the availability of the attribute within objects

◆ GetPropertyAvailability()

str UserDefinedValueAttribute::GetPropertyAvailability ( )

Retrieves the attribute's method availability.

Returns
str containing the availability of the attribute within properties

◆ GetValue()

str UserDefinedValueAttribute::GetValue ( )

Retrieves the attribute's value.

Returns
str containing the value of the attribute

◆ SetValue()

None UserDefinedValueAttribute::SetValue ( str  value)

Sets the attribute's value.

Parameters
valueNew value for the attribute

The documentation for this class was generated from the following file: