20.4.1 GetProductionDatasetList
This Method is used to read a list from the server which production datasets are available on the machine's file system (e.g. for a check before an activation or transfer of a production dataset is initiated). The NameFilter and MouldId can be used to reduce the length of the list or for a targeted search.
Signature
GetProductionDatasetList (
[in] 0:String NameFilter
[in] 0:String MouldId
[out] ProductionDatasetInformationType[] ProductionDatasetList);| Argument | Description |
| NameFilter | The Filter can be used to reduce the length of the list or for a targeted search. The wildcards "*" and "?" may be used. NameFilter = "" requests a lists of all available production datasets, NameFilter = "300" requests only information on the production dataset with ProductionDatasetName "300" (if available), NameFilter = "3*" requests information on production datasets with a ProductionDatasetName starting with "3" (e.g. "300", "301", …). |
| MouldId | If MouldId<>"" only production datasets for the given MouldId are requested. |
| ProductionDatasetList | Array of ProductionDatasetInformationType (see 20.4.4) describing the available production datasets on the server. |
| Attribute | Value | ||||
| BrowseName | GetProductionDatasetList | ||||
| References | Node Class | BrowseName | DataType | TypeDefinition | Modelling Rule |
|---|---|---|---|---|---|
| 0:HasProperty | Variable | InputArguments | Argument[] | 0:PropertyType | Mandatory |
| 0:HasProperty | Variable | OutputArguments | Argument[] | 0:PropertyType | Mandatory |