Returns an Array of Specification Models based on the Specification ID. The Array has the headers Name, Path, Type, Generating, Generated, Failed Count and Date Created
SppGetSpecificationModelsByID(Specification ID)
Where:
Specification ID is the ID of the Specification to get the Array of models for.
Rule | Result | Meaning |
---|---|---|
SppGetSpecificationModelsByID(33) | {"Name","Path","Type","Generating","Generated","Failed Count","Date Created"; "CylinderAssembly 33","C:\MyDocuments\Specifications\Cylinder 0033\CylinderAssembly 33.SLDASM","Assembly",False,True,0,"05/17/2018 10:38:35"; "Cylinder 33","C:\MyDocuments\Specifications\Cylinder 0033\Cylinder 33.SLDPRT","Part",False,True,0,"05/17/2018 10:38:35"; "CylinderCover 33","C:\MyDocuments\Specifications\Cylinder 0033\CylinderCover 33.SLDPRT","Part",False,True,0,"05/17/2018 10:38:35"} | This will return an Array containing information about Specification Models in a specified Specification. This is done using the Specification ID number. |