Entity.PropagateAttributes Method

Propagates the attributes to the entity passed as parameter.
Protected Friend Shared Sub PropagateAttributes( _ 
ByVal srcEntity As Entity, _ 
ByVal destEntity As Entity, _ 
ByVal force As Boolean
)
This language is not supported or no code example is available.
internal protected static void PropagateAttributes( 
Entity srcEntity
Entity destEntity
bool force 
)
This language is not supported or no code example is available.

Parameters

srcEntity
Entity

Source entity

destEntity
Entity

Destination entity

force
bool

If false, propagates the attributes only if the attributes are ByParent

.NET Framework

Supported in: 4.8

In this article

Definition