Returns a table of Specification properties based on the Specification Name.
Will return an error if the Specification is not found.
SppGetSpecificationDetail([Specification Name])
Where:
Specification Name is the name of the Specification.
| Rule | Result | Meaning |
|---|---|---|
| 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. |
| 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 |