'Declaration
Protected Overloads Overrides Function FindChild( _ ByVal context As ISystemContext, _ ByVal browseName As QualifiedName, _ ByVal createOrReplace As Boolean, _ ByVal replacement As BaseInstanceState _ ) As BaseInstanceState
'Usage
Dim instance As BaseDataVariableState Dim context As ISystemContext Dim browseName As QualifiedName Dim createOrReplace As Boolean Dim replacement As BaseInstanceState Dim value As BaseInstanceState value = instance.FindChild(context, browseName, createOrReplace, replacement)
protected override BaseInstanceState FindChild( ISystemContext context, QualifiedName browseName, bool createOrReplace, BaseInstanceState replacement )
protected: BaseInstanceState^ FindChild( ISystemContext^ context, QualifiedName^ browseName, bool createOrReplace, BaseInstanceState^ replacement ) override
Parameters
- context
- The context for the system being accessed.
- browseName
- The browse name of the children to add.
- createOrReplace
- if set to
true
and the child could exist then the child is created. - replacement
- The replacement to use if createOrReplace is true.
Return Value
The child.