Varigence
Docs
  • Biml
  • BimlExpress
  • BimlStudio
  • BimlFlex

    Show / Hide Table of Contents

    Method MergeFrom

    MergeFrom(IFrameworkItem, UnboundReferences, Boolean)

    Instructs the node to merge property values from the supplied node into itself. This method should only be used by the internal Biml framework.

    Syntax

    public override void MergeFrom(IFrameworkItem frameworkItem, UnboundReferences unboundReferences, bool mergeBoundXObjects)

    Parameters

    Type Name Description
    IFrameworkItem frameworkItem

    The node that will be merged into the current node

    UnboundReferences unboundReferences

    References that have not yet been bound in the merging node

    System.Boolean mergeBoundXObjects

    Indicates whether the XObjects of the current and merging nodes should be merged

    Overrides

    AstNamedNode.MergeFrom(IFrameworkItem, UnboundReferences, Boolean)

    Implements

    IFrameworkItem.MergeFrom(IFrameworkItem, UnboundReferences, Boolean)

    Copyright © Varigence 2019