IFragmentManager.Merge Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Call on the plugin to compute the merge, then apply by setting transforms and adjusting scene graph.
public bool Merge ();
abstract member Merge : unit -> bool
Public Function Merge () As Boolean
Returns
True for successful merge.
Remarks
It is unnecessary to manually merge if autoMerge is true with Update()