Search
CompositeNode.FindComponent Method
See Also
 






Returns the child component with the specified name or null, if the component was not found.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ComponentBase FindComponent (
    string name
)

Visual Basic  Copy Code

Public Function FindComponent( _
    name As String _
) As ComponentBase

 Parameters

name

 Return Value

 See Also