主要内容

vrnode/propagate

(To be removed) Propagate value of selected property to vrnode object

Since R2023b

vrnode/propagate will be removed in a future release. For more information, see Version History.

Syntax

propagate(vrnode_object,PropertyName,PropertyValue)

Arguments

vrnode_object

The vrnode object where property is propagated.

PropertyName

Name of property propagated to vrnode object.

PropertyValue

Value of property propagated to vrnode object.

Description

propagate(vrnode_object,PropertyName,PropertyValue) propagates the property value specified by PropertyValue to the property specified by PropertyName of the vrnode_object and all its children.

Version History

Introduced in R2023b

collapse all