ConstantProperty

external class ConstantProperty(value: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)(source)

A Property whose value does not change with respect to simulation time.

Parameters

value

The property value.

See also

Constructors

Link copied to clipboard
constructor(value: ERROR CLASS: Symbol not found for JsAny?? = definedExternally)

Properties

Link copied to clipboard

Gets the event that is raised whenever the definition of this property changes. The definition is changed whenever setValue is called with data different than the current value.

Link copied to clipboard

Gets a value indicating if this property is constant. This property always returns true.

Functions

Link copied to clipboard
fun getValue(time: JulianDate? = definedExternally, result: ERROR CLASS: Symbol not found for JsAny?? = definedExternally): ERROR CLASS: Symbol not found for JsAny

Gets the value of the property.

Link copied to clipboard
fun setValue(value: ERROR CLASS: Symbol not found for JsAny)

Sets the value of the property.

Link copied to clipboard
fun valueOf(): ERROR CLASS: Symbol not found for JsAny

Gets this property's value.