GoDiagram Win Reference
Remove(GoObject) Method

Remove an object from this group.
Syntax
'Declaration
 
Public Overloads Overridable Function Remove( _
   ByVal obj As GoObject _
) As Boolean
public virtual bool Remove( 
   GoObject obj
)

Parameters

obj
Remarks
The obj must not belong to a different group. This method does nothing if the obj has already been removed from this group. Afterwards, the obj's GoObject.Parent will be null and its GoObject.GoObject.Layer will also be null, because it will be removed from the layer if the group and it belonged to a layer.
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

GoGroup Class
GoGroup Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback