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 view component, returned as a character vector.

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

Example: set(objBaseViewComponent,'Name',name)

Handle to the parent view architecture of component, returned as a systemcomposer.view.ViewArchitecture object.

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

Handle to the view architecture of component, returned as a systemcomposer.view.ViewArchitecture object.

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

Introduced in R2019b