Home Search

DriveWorks Pro 21
PDMGetFolderDataCardValues

Send Feedback

PDMGetFolderDataCardValues

Returns a table array of data card variables for the given folder.

The SOLIDWORKS PDM Professional plugin must be installed and enabled for this function to calculate.

Syntax

PDMGetFolderDataCardValues([Folder Path] , [Variable Names])

Where:

Folder Path is the complete path to the folder in the local view.

Variable Names is the variable names to use as column headers in a pipebar (|) delimited list.

Example

RuleResultMeaning
PDMGetFolderDataCardValues("C:\PDMVault\DataCards\MyFolder","Project number|Project Value"){"Name","Value";"Project number","0078";"Project Value","#PDM! Variable Missing"}The Name "Project value" is not valid, so the error string is returned in the Value column.