Main Content

systemcomposer.view.BaseViewComponent

(Removed) View components

    The systemcomposer.view.BaseViewComponent object has been removed. It has been replaced with the systemcomposer.view.View and the systemcomposer.view.ElementGroup objects. For further details, see Version History.

    Description

    The BaseViewComponent object inherits from the systemcomposer.view.ViewElement object.

    Properties

    expand all

    Name of view component, specified as a character vector.

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

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

    Parent view architecture of component, specified as a systemcomposer.view.ViewArchitecture object.

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

    View architecture of component, specified as a systemcomposer.view.ViewArchitecture object.

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

    Version History

    Introduced in R2019b

    collapse all