KitchenDraw SDK 2
Show / Hide Table of Contents

Property SubTypeRank

SubTypeRank

Subtype rank of the catalog.

Declaration
public int SubTypeRank { get; }
Property Value
Type Description
int
Remarks

See the [Topics] section of the SPACE.INI file for the list of available topics, then see each particular topic name for the list of its subtypes. The integer value of a subtype is defined after its name (and a comma, e.g. in Subtype1=Carcasses, 2 the subtype is 2, while subtype rank is 1). Subtype rank makes it easy to restore a subtype name by querying appropriate values from the SPACE.INI file.

Please be aware that the names in the SPACE.INI file are stored in French language, so you will probably need to translate them into a necessary language with the Dico class.

In this article
Back to top Generated by DocFX