Bool Attribute
Quick Facts
| Property | Value |
|---|---|
| Class | OlpCorePythonBoolAttribute |
| Module | cenpyolpcore.OlpCorePythonBoolAttribute |
| Package | cenpyolpcore |
| Release | R2025.2.4 |
| Methods | 1 |
| Inherits from | OlpCorePythonAttribute |
| Subclasses | Set Bool Attribute |
Inheritance
Quick Start
# Boilerplate Example
boolAttribute = ... # obtained from the runtime context
result = boolAttribute.GetValue()Method Index
| Method | Returns | Summary |
|---|---|---|
GetValue | bool | — |
Query Methods
GetValue
def GetValue() -> boolReturns: bool
Version Notes
This class is documented as of release R2025.2.4.
Was this page helpful?