GoDiagram Web Reference
MergeLayersFrom Method

Make sure this document has all of the identified layers of another document.
Syntax
'Declaration
 
Public Overridable Sub MergeLayersFrom( _
   ByVal other As GoDocument _
) 
public virtual void MergeLayersFrom( 
   GoDocument other
)

Parameters

other
Remarks
Only non-null Identifiers of the layers of the other document are checked for presence in this document. No GoObjects are inserted or removed from any layer. No pre-existing layers are removed or reordered. The DefaultLayer property is changed to match that of the other document too, if its DefaultLayer has an identifier. The LinksLayer is also updated to match that of the other document, if that layer has an identifier. The principal use of this method is to initialize a clipboard document-- GoView.CopyToClipboard.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoDocument Class
GoDocument Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback