GoDiagram Web Reference
FindNode(String,Boolean,Boolean) Method

Find a top-level object whose IGoLabeledPart.Text property value matches a given string.
Syntax
'Declaration
 
Public Overloads Function FindNode( _
   ByVal s As String, _
   ByVal prefix As Boolean, _
   ByVal ignorecase As Boolean _
) As GoObject
public GoObject FindNode( 
   string s,
   bool prefix,
   bool ignorecase
)

Parameters

s
prefix
ignorecase

Return Value

The result of calling FindNode(s, prefix, ignorecase, 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