CustomDeviceBase.GetDependentNodeProperty Method (String, BaseNode)
- Aktualisiert2023-02-21
- 2 Minute(n) Lesezeit
Gets the reference to the dependent node that is the value of the custom device item property specified by name.
Namespace:
NationalInstruments.VeriStand.SystemDefinitionAPIAssembly: NationalInstruments.VeriStand.SystemDefinitionAPI (in NationalInstruments.VeriStand.SystemDefinitionAPI.dll) Version: 2013.0.0.0 (2013.0.0.0)
| Visual Basic (Declaration) |
|---|
Public Function GetDependentNodeProperty ( _ name As String, _ <OutAttribute> ByRef value As BaseNode _ ) As Boolean |
| C# |
|---|
public bool GetDependentNodeProperty( string name, out BaseNode value ) |
| Visual C++ |
|---|
public: bool GetDependentNodeProperty( String^ name, [OutAttribute] BaseNode^% value ) |
Parameters
- name
- Type: System.String
The name of the property. Property names are case-sensitive.
- value
- Type:
NationalInstruments.VeriStand.SystemDefinitionAPI.BaseNode
%
The reference to the dependent node that is the value of the property.