GoDiagram Web Reference
FindName Method (GoGroup)

a GoObject that is an immediate child of this group
Return a name for a child object of this group.
Syntax
'Declaration
 
Public Overridable Function FindName( _
   ByVal child As GoObject _
) As String
public virtual string FindName( 
   GoObject child
)

Parameters

child
a GoObject that is an immediate child of this group

Return Value

a String, perhaps an empty one if no name is known
Remarks
A child object will not have a name unless you call AddChildName first, or unless this method is overridden to provide a name. This is frequently overridden when defining a group or node that has well-known parts. Often such parts are also accessible as a property on the class, and the name of the part will be the same as the name of the property. If you override this, you will probably also need to override FindChild.
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