Integer Array Attribute
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonIntegerArrayAttribute |
| Module | cenpyolpcore.OlpCorePythonIntegerArrayAttribute |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 1 |
| Inherits from | OlpCorePythonAttribute |
| Subclasses | Set Integer Array Attribute |
Inheritance
Quick Start
# Boilerplate Example
integerArrayAttribute = ... # obtained from the runtime context
result = integerArrayAttribute.GetValues()Method Index
| Method | Returns | Summary |
|---|---|---|
GetValues | list[int] | — |
Query Methods
GetValues
def GetValues() -> list[int]Returns: list[int]
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?