help

Display list of properties for object with accompanying descriptions

Syntax

thisObject.help

Description

The help method returns a list of properties for any object. To the right of this list appear simple descriptions for each property. Some properties do not have descriptions because their names are descriptive in themselves.

Arguments

None

Returns

None

Examples

If j is an API handle to a Stateflow® junction, the command j.help returns a list of the property names and descriptions for a Stateflow API object of type Junction.

Introduced before R2006a