Certain properties have strings associated with the integer values they may possess. FBModel's ShadingMode property is one of those example. The actual underlying value of the property is numerical, but it is represented by a string value in the GUI. User can create this type of property via the GUI by creating a list property. The names added to the list can be obtained via the 'EnumList()' method.
Public Member Functions |
|
str | EnumList (int pIdx) |
Public Attributes |
|
Enumeration | Data |
Return the string associated with the index.
Will return None when no value is associated. |
Return the string associated with the index. Will return None when no value is associated.
Reimplemented from FBProperty.