ModelItem Class

Definition

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.

Applies to