GoDiagram Web Reference
FindNode(String) Method

the String to search for
Find a top-level object whose IGoLabeledPart.Text property value is exactly the same as a given string.
Syntax
'Declaration
 
Public Overloads Function FindNode( _
   ByVal s As String _
) As GoObject
public GoObject FindNode( 
   string s
)

Parameters

s
the String to search for

Return Value

The result of FindNode(s, false, false, false).
Remarks
This method's functionality is implemented by FindNode(String,Boolean,Boolean,Boolean).
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
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback