Struct Scene.SpecialTermValue
Represents special term value, which can be expressed ither as a relative value or as an absolute one.
Inherited Members
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public struct Scene.SpecialTermValue
Constructors
| Name | Description |
|---|---|
| SpecialTermValue(double, bool) | |
| SpecialTermValue(string) |
Properties
| Name | Description |
|---|---|
| IsRelative | Indicates whether the value is based on some source price (if it is relative) or if the value is used instead of the source price (if it's not relative). |
| Value | Contains the value itself. |