PropertyDataSubType Enumeration
a more detailed information about the data type
Definition
Namespace: Articy.Api
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Assembly: PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
C#
public enum PropertyDataSubTypeMembers
| None | 0 | no sub-type is available |
| DependencyReference | 1 | The reference is a dependency reference |
| SimpleReference | 2 | The reference is a simple object reference |
| NativeReference | 3 | The reference comes from a native C# object, |
| Query | 4 | The reference list is the result of a query |
| Script | 5 | Property is a script text |
| ColorWithoutAlpha | 6 | A color without alpha channel |
| ColorWithAlpha | 7 | A color including alpha channel |