getPhraseList()
Return the part's phrases.
Parameters
Once an object part has been created, you can use the following function:
part.getPhraseList()
Returns
return phraseList
| Value | Type | Description |
|---|---|---|
| phraseList | list[Phrase] |
The phrases in the part. |