KitchenDraw SDK 2
Show / Hide Table of Contents

Property StoreSpecialTermValue

StoreSpecialTermValue

Special store condition value applied to the object.

Declaration
public string StoreSpecialTermValue { get; set; }
Property Value
Type Description
string

The value can be eigher relative or absolute. See remarks.

Remarks

Can be positive or negative. The meaning of the value depends on StoreSpecialTermType property.

The returned value can be either relative or absolute decimal number. Relative numbers start with + or - sign and followed by the decimal number itself. Absolute numbers are expressed as decimal numbers without preceding signs (and they can't be negative). You can use Scene.SpecialTermValue struct to parse the value into double.

In this article
Back to top Generated by DocFX