ModelPerspective Class

Definition

Provides information about a perspective of a model.

public ref class ModelPerspective
public class ModelPerspective
type ModelPerspective = class
Public Class ModelPerspective
Inheritance
ModelPerspective

Remarks

A model perspective identifies a subset of a model items that are contained in the model. Use the model perspective name with the GetUserModel API to obtain only the model items in the perspective.

Constructors

Name Description
ModelPerspective()

Initializes a new instance of the ModelPerspective class.

Properties

Name Description
Description

Gets a description of the perspective. Read-only.

ID

Gets the ID of the perspective. Read-only.

Name

Gets the name of the perspective. Read-only.

Applies to