'Declaration
Public Overloads Overridable Function GetChildByName( _ ByVal name As System.String, _ ByVal startIndex As System.Integer _ ) As INDiagramElement
'Usage
Dim instance As NDiagramElementCollection Dim name As System.String Dim startIndex As System.Integer Dim value As INDiagramElement value = instance.GetChildByName(name, startIndex)
public virtual INDiagramElement GetChildByName( System.string name, System.int startIndex )
Parameters
- name
- startIndex