HierarchyStructureType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration of the different hierarchy structure types allowed by the engine.
public enum HierarchyStructureType
type HierarchyStructureType =
Public Enum HierarchyStructureType
- Inheritance
-
HierarchyStructureType
Fields
Name | Value | Description |
---|---|---|
Unknown | 0 | The hierarchy is of an unknown kind. |
Natural | 1 | A hierarchy identified by the engine as Natural. An example of a natural hierarchy is a structure consisting of dates, where a given calendar year is the natural parent of a set of quarters, and a given quarter is the logical parent of a set of months, and a given month is the natural parent of a set of days. |
Unnatural | 2 | Usually a user defined hierarchy that the engine was not able to classify as a natural hierarchy. |