Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / Entity Class / PropagateAttributes Method
Source entity
Destination entity
If false, propagates the attributes only if the attributes are ByParent

In This Topic
    PropagateAttributes Method
    In This Topic
    Propagates the attributes to the entity passed as parameter.
    Syntax
    'Declaration
     
    Protected Shared Sub PropagateAttributes( _
       ByVal srcEntity As Entity, _
       ByVal destEntity As Entity, _
       ByVal force As Boolean _
    ) 
    protected static void PropagateAttributes( 
       Entity srcEntity,
       Entity destEntity,
       bool force
    )

    Parameters

    srcEntity
    Source entity
    destEntity
    Destination entity
    force
    If false, propagates the attributes only if the attributes are ByParent
    See Also