KitchenDraw SDK 2
Show / Hide Table of Contents

Struct Scene.SpecialTermValue

Represents special term value, which can be expressed ither as a relative value or as an absolute one.

Inherited Members
ValueType.Equals(object)
ValueType.GetHashCode()
ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
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.

In this article
Back to top Generated by DocFX