VeriStand .NET API Reference

ReflectiveMemoryFolder.AddFolder Method

Adds the specified ReflectiveMemoryFolder under the folder.

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 AddFolder ( _
	reflectiveMemoryFolder As ReflectiveMemoryFolder _
) As Boolean
C#
public bool AddFolder(
	ReflectiveMemoryFolder reflectiveMemoryFolder
)
Visual C++
public:
bool AddFolder(
	ReflectiveMemoryFolder^ reflectiveMemoryFolder
)

Parameters

reflectiveMemoryFolder
Type: NationalInstruments.VeriStand.SystemDefinitionAPI.ReflectiveMemoryFolder
The sub-folder to add.

Return Value

true (True in Visual Basic) if the folder was added successfully.

See Also

Log in to get a better experience