Gets an array that contains the child
BaseNode elements of the current node that match the specified
TypeGUID.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPI
Assembly:
NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function FindChildrenByGUID ( _
TypeGUID As String _
) As BaseNode() |
| Visual C++ |
|---|
public:
array<BaseNode^>^ FindChildrenByGUID(
String^ TypeGUID
) |
Return Value
An array that contains the child
BaseNode elements of the current node.