GoDiagram Web Reference
Add Method (GoLayer)

Add an object to this layer.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal obj As GoObject _
) 
public void Add( 
   GoObject obj
)

Parameters

obj
Remarks
The obj must not already belong to a different document or view, nor to a group. If the object already belongs to this layer, nothing happens. The object's GoObject.Layer property will be changed to be this layer. If the object already belonged to a different layer in this same document or view, the Changed hint will be ChangedObjectLayer, otherwise it will be InsertedObject.
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

GoLayer Class
GoLayer Members

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback