GoDiagram Web Reference
AddChildName Method

must not be an empty string or the name of an existing child
must be an immediate child of this group and must not already be known by a name
Add an association of a string name with a child object.
Syntax
'Declaration
 
Public Overridable Sub AddChildName( _
   ByVal name As String, _
   ByVal child As GoObject _
) 
public virtual void AddChildName( 
   string name,
   GoObject child
)

Parameters

name
must not be an empty string or the name of an existing child
child
must be an immediate child of this group and must not already be known by a name
Remarks
If successful, this will create the ChildNames hash table if needed, and add two entries: one to map the name to the object and another to map the object to the name.
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

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback