Stateflow    

Displaying Enumerated Values for Properties

Many of the properties for API objects can only be set to one of a group of enumerated strings. You can identify these properties from the API references for properties and methods (see API References to Properties and Methods). Generally, in the display for properties generated by the get command (see Displaying the Names of Properties) the values for these properties appear as strings of capital letters.

You display a list of acceptable strings for a property requiring enumerated values using the set method. For example, if ch is a handle to a Chart object, you can display the allowed enumerated values for the Decomposition property of that chart with the following command:


  Displaying Property Subproperties Creating and Destroying API Objects