'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)
public INDiagramElement GetChildByName( System.string name, System.int startIndex )
Parameters
- name
- startIndex