Returns a table of released models.
GetGroupReleasedModels([Top Level Only],[Include Generated],[Include Not Generated],[Include Failed])
Where:
Top Level Only is True to get the top level released components, False for all released components.
Include Generated is True to include generated files, False to omit.
Include Not Generated is True to include not generated files, False to omit.
Include Failed is True to include failed released components, False to omit.
Rule | Result | Meaning |
---|---|---|
GetGroupReleasedModels(TRUE,TRUE,TRUE,TRUE) | {"Target Name","Target Path","Master Path","Tags","Type","Generated","Failed","Date Released";"MyAssy 0001","D:\DriveWorks\Specifications\MyProject 0001\MyAssy 0001.SLDASM","D:\DriveWorks\MyAssy.SLDASM","","Assembly","TRUE","FALSE","02/19/2020 08:31:25"} | Returns a table array of all models released within the Group. |
Target Name | Target Path | Master Path | Tags | Type | Generated | Failed | Date Released |
---|---|---|---|---|---|---|---|
MyAssy 0001 | D:\DriveWorks\Specifications\MyProject 0001\MyAssy 0001.SLDASM | D:\DriveWorks\MyAssy.SLDASM | Assembly | TRUE | FALSE | 02/19/2020 08:31:25 |