Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum StkPatternFileVersion
Members
  Member nameDescription
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