ConstantProperty

ConstantProperty

new

Represents a single value which does not change with regard to simulation time.

See:
Source:

Methods

Gets the value of the property, optionally cloning it.

Parameters:
Name Type Argument Description
time JulianDate The time for which to retrieve the value. This parameter is unused.
result Object <optional>
The object to store the value into if the value is clonable. If the result is omitted or the value does not implement clone, the actual value is returned.
Returns:
The modified result parameter or the actual value instance if the value is not clonable.