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 value | Corresponding Enum |
---|---|
Plan | Scene.Object.PlanSubType |
PlanArticle | Scene.Object.PlanArticleSubType |
Linear | Scene.Object.LinearSubType |
Door | Scene.Object.DoorSubType |
Wall | Scene.Object.WallSubType |