Enum StockManagementType
Defines the various types of stock managements.
Namespace: TopSolid.Cad.Design.Automating
Assembly: TopSolid.Cad.Design.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 8, 0, 0)]
public enum StockManagementType
Remarks
This enum is available since v7.8.
Fields
Name | Description |
---|---|
DerivationBase | Stock is the derivation base document. |
Document | Specified stock document. |
Manual | Specified stock parameters. |
None | No stock management. |
Occurrence | Specified stock occurrence. |
SameThanDerivationBase | Stock is the same than the stock of the derivation base document. |