The VarList attribute function retrieves a list of variable names of specific types from the class.
Syntax | ||||
VarList(VarListType) | ||||
Return value | ||||
String() | ||||
Parameter | ||||
Use |
Name |
Type |
Passing |
Description |
Required |
VarListType |
VarListTypes |
ByVal |
Determines which variable types should be included in the list. The values of VarListTypes can be added to include different types in the list. |
VarListTypes |
Description |
1 – ParentObjects |
TCE Parent Object References Only |
2 – ScalarObjects |
Scalar TCEObject Variable only |
4 – ListObjects |
List TCEObject Variable Only |
8 – ScalarFeatures |
Scalar features only |
16 – ListFeatures |
List features only |