systemcomposer.view.BaseViewComponent

Base class for view components

Description

This class inherits from systemcomposer.view.ViewElement and implements the interface systemcomposer.base.BaseComponent.

Properties

expand all

Name of the view component.

Example: name = get(objBaseViewComponent, 'Name'); set(objBaseViewComponent, 'Name', name)

Handle to the parent view architecture of this component.

Example: parent = get(objBaseViewComponent, 'Parent')

Handle to the view architecture of this component.

Example: p = get(objBaseViewComponent, 'ViewArchitecture')

Examples

Introduced in R2019b