Doppelter Attribut
Schnelle Fakten
| Immobilien | Wert |
|---|---|
| Klasse | OlpCorePythonDoubleAttribute |
| Modul | cenpyolpcore.OlpCorePythonDoubleAttribute |
| Paket | cenpyolpcore |
| Veröffentlichung | R2025.2.4 |
| Methoden | 4 |
| Erbt von | OlpCorePythonAttribute |
| Unterklassen | Set Double Attribute |
Erbe
Schneller Start
# Boilerplate Example
doubleAttribute = ... # obtained from the runtime context
result = doubleAttribute.GetValue()Methodenindex
| Methode | Rückgaben | Zusammenfassung |
|---|---|---|
GetValue | float | — |
GetMinimum | float | — |
GetMaximum | float | — |
GetStepSize | float | — |
Abfragemethoden
GetValue
def GetValue() -> floatRücksendungen: float
GetMinimum
def GetMinimum() -> floatRücksendungen: float
GetMaximum
def GetMaximum() -> floatRücksendungen: float
GetStepSize
def GetStepSize() -> floatRücksendungen: float
Versionsnotizen
Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.
Was this page helpful?