Getting property information

All the methods mentioned in this section are provided in the API class. Use the corresponding method to get the property information which you want.

Getting property value

The following methods are used for getting the property values of different types and return the property value:

Parameters

Note: The getControlFields(String handle, String name) method is used for getting fields that can control property values at runtime.

Getting property name, type and checking property name

Parameters

Changing property value

The following methods are used for changing the property values of different types. They will return true if the value is changed.

Parameters

Note: The setControlFields(String handle, String prop, String field) method is used for setting a field to control the property value at runtime. The setReference(String handle, String name, String refHandle) method is used for changing the reference property value of an object.