LabVIEWModule.GetProjectUrlPathsForVIs

Syntax

LabVIEWModule.GetProjectUrlPathsForVIs( pathToUse, items)

Purpose

Obtains a list of URL paths for the VIs in the LabVIEW project you select. If TestStand cannot find the LabVIEW project, this list is empty.

Parameters

pathToUse As LabVIEWProjectPathTypes

[In] Pass LVProjectPathType_Remote to use the value of the LabVIEWModule.RemoteProjectPath property. Pass LVProjectPathType_Local to use the value of the LabVIEWModule.ProjectPath property.

items As String Array

[Out] Returns the list of URL paths for the VIs in the LabVIEW project you select.

See Also

LabVIEWModule.ProjectPath

LabVIEWModule.RemoteProjectPath