ModelItem Class
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.
Provides the semantic definition of the model item.
public ref class ModelItem
public class ModelItem
type ModelItem = class
Public Class ModelItem
- Inheritance
-
ModelItem
Examples
This class is used when listing model items with the ModelCatalogItem class.
Constructors
ModelItem() |
Initializes a new instance of the ModelItem class. |
Properties
Description |
Gets the description of the model item. |
ID |
Gets the ID of the item in the model. |
ModelItems |
Gets the child model items for this model item. |
Name |
Gets the name of the item in the model. |
Type |
Gets the type of the model item. |