Home Search

DriveWorks Pro 21
SppGetSpecificationDetail

Send Feedback

SppGetSpecificationDetail

Returns a table of Specification properties based on the Specification Name.

Will return an error if the Specification is not found.

Syntax

SppGetSpecificationDetail([Specification Name])

Where:

Specification Name is the name of the Specification.

Example

RuleResultMeaning
SppGetSpecificationDetail("Lintel 0128"){"Name","Value";"ID","6";"Name","Lintel 0128"; "Current State","Pending";"Date Created","42284"; "Date Modified","42310";"Project Name","Lintels"; "Path","D:\DriveWorks\Lintels\Specifications\Lintel 0128\DriveWorksFiles\Lintel 0128.drivespec"; "Created By","Ian";"Last Edited By","Paul"}Will return all details, as an Array, from the Specification Lintel 0128.

Returned Array In Table Format

NameValue
ID6
NameLintel 0128
Current StatePending
Date Created42284
Date Modified42310
Project NameLintels
PathD:\DriveWorks\Lintels\Specifications\Lintel 0128\DriveWorksFiles\Lintel 0128.drivespec
Created ByIan
Last Edited ByPaul