StkPatternFileVersion Enumeration |
Indicates the possible versions of an STK pattern file.
Namespace:
AGI.Foundation.Stk
Assembly:
AGI.Foundation.Models (in AGI.Foundation.Models.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum StkPatternFileVersion
Public Enumeration StkPatternFileVersion
public enum class StkPatternFileVersion
type StkPatternFileVersion
Members
| Member name | Description |
---|
| Unknown |
Version which corresponds to an unrecognized version stamp in an STK pattern file.
|
| V20 |
Version 2.0 format which corresponds to a stk.v.2.0 version stamp in an STK pattern file.
|
| V30 |
Version 3.0 format which corresponds to a stk.v.3.0 version stamp in an STK pattern file.
|
| V43 |
Version 4.3 format which corresponds to a stk.v.4.3 version stamp in an STK pattern file.
|
| V60 |
Version 6.0 format which corresponds to a stk.v.6.0 version stamp in an STK pattern file.
|
See Also