Nevron.Diagram Namespace / NDiagramElementCompositeImpl Class / GetChildByName Method


GetChildByName Method (NDiagramElementCompositeImpl)
Syntax
'Declaration
 
Public Function GetChildByName( _
   ByVal name As System.String, _
   ByVal startIndex As System.Integer _
) As INDiagramElement
 
'Usage
 
Dim instance As NDiagramElementCompositeImpl
Dim name As System.String
Dim startIndex As System.Integer
Dim value As INDiagramElement
 
value = instance.GetChildByName(name, startIndex)

Parameters

name
startIndex
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