KitchenDraw SDK 2
Show / Hide Table of Contents

Property SupplierSpecialTermValue

SupplierSpecialTermValue

Special supplier condition value applied to the object.

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

The value is returned as double

Remarks

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