Main Content

systemcomposer.view.BaseViewComponent

(Removed) View components

Since R2019b

    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 Compatibility Considerations.

    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

    R2021a: systemcomposer.view.BaseViewComponent object has been removed

    The systemcomposer.view.BaseViewComponent object is removed in R2021a with the introduction of new views programmatic interfaces. For more information on how to create and edit a view using the command line, see Create Architecture Views Programmatically.