KitchenDraw SDK 2
Show / Hide Table of Contents

Property SubType

SubType

Subtype of the object.

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

For particular types of the object, subtypes provide more specific information about the object. Depending on the object type, plase cast this property to corresponding enum as listed in the following table.

ObjectType valueCorresponding Enum
PlanScene.Object.PlanSubType
PlanArticleScene.Object.PlanArticleSubType
LinearScene.Object.LinearSubType
DoorScene.Object.DoorSubType
WallScene.Object.WallSubType
In this article
Back to top Generated by DocFX