Skip to Content

Doppelter Attribut

Schnelle Fakten

ImmobilienWert
KlasseOlpCorePythonDoubleAttribute
Modulcenpyolpcore.OlpCorePythonDoubleAttribute
Paketcenpyolpcore
VeröffentlichungR2025.2.4
Methoden4
Erbt vonOlpCorePythonAttribute
UnterklassenSet Double Attribute

Erbe

Schneller Start

# Boilerplate Example doubleAttribute = ... # obtained from the runtime context result = doubleAttribute.GetValue()

Methodenindex

MethodeRückgabenZusammenfassung
GetValuefloat
GetMinimumfloat
GetMaximumfloat
GetStepSizefloat

Abfragemethoden

GetValue

def GetValue() -> float

Rücksendungen: float

GetMinimum

def GetMinimum() -> float

Rücksendungen: float

GetMaximum

def GetMaximum() -> float

Rücksendungen: float

GetStepSize

def GetStepSize() -> float

Rücksendungen: float

Versionsnotizen

Diese Klasse ist zum Zeitpunkt der Veröffentlichung R2025.2.4 dokumentiert.

Was this page helpful?