VeriStand .NET API Reference

Utilities.CreateBaseNodeFromSystemStorageNode Method

Creates a SystemDefinitionAPI BaseNode from a SystemStorage BaseNodeType.

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 Shared Function CreateBaseNodeFromSystemStorageNode ( _
	storageNode As BaseNodeType _
) As BaseNode
C#
public static BaseNode CreateBaseNodeFromSystemStorageNode(
	BaseNodeType storageNode
)
Visual C++
public:
static BaseNode^ CreateBaseNodeFromSystemStorageNode(
	BaseNodeType^ storageNode
)

Parameters

storageNode
Type: BaseNodeType
The SystemStorage BaseNodeType from which to create the BaseNode.

Return Value

A BaseNode object that contains the storageNode.

See Also

Log in to get a better experience