ObjectType Enumeration
This enumeration contains all object types available for API access.
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 ObjectTypeMembers
| InvalidObjectReference | 0 | an object reference whose target does not exist |
| Project | 1 | the root object of the project. |
| Flow | 2 | the flow system folder object. |
| Dialogue | 3 | the object is a Dialogue |
| DialogueFragment | 4 | the object is a DialogueFragment |
| FlowFragment | 5 | the object is a FlowFragment |
| Comment | 6 | the object is a comment/annotation |
| Jump | 7 | the object is a jump |
| Hub | 8 | the object is a hub |
| Condition | 9 | the object is a condition node |
| Instruction | 10 | the object is an instruction node |
| Connection | 11 | the object is a connection that connects two pins |
| Pin | 12 | the object is a Pin |
| Locations | 13 | the locations system folder |
| LocationsUserFolder | 14 | a user created folder for locations |
| Location | 15 | the object is a location |
| LayerFolder | 16 | the object is a location layer folder |
| Link | 17 | the object is a Link (placed on a location) |
| Zone | 18 | the object is a Zone (placed on a location) |
| Path | 19 | the object is a Path (placed on a location) |
| Spot | 20 | the object is a Spot (placed on a location) |
| Entities | 21 | the system folder for entities |
| EntitiesUserFolder | 22 | a user created folder for entities |
| Entity | 23 | the object is an entity |
| Journeys | 24 | the system folder for journeys |
| JourneysUserFolder | 25 | a user created folder for journeys |
| Journey | 26 | the object is a journey |
| JourneyPoint | 27 | the object is a journey point |
| Assets | 28 | the system folder for assets |
| AssetsUserFolder | 29 | a user created folder for journeys |
| Asset | 30 | the object is a asset meta data object |
| Documents | 31 | the system folder for documents |
| DocumentsUserFolder | 32 | a user created folder for Documents |
| Document | 33 | the object is a document object |
| TextObject | 34 | the object is a text section of a document object |
| GlobalVariables | 35 | the object is the system folder for namespaces and global variables |
| VariableSet | 36 | the object is a namespace for global variables |
| Variable | 37 | the object is a global variable |
| LocationImage | 38 | an image object within the location |
| LocationText | 39 | a text object within the location |
| LocationAnchor | 40 | a anchor object for texts / images in locations |
| TemplateDesign | 41 | |
| Features | 42 | |
| FeaturesUserFolder | 43 | |
| Feature | 44 | |
| Templates | 45 | |
| TemplateTypeFolder | 46 | |
| TemplateTypeUserFolder | 47 | |
| Template | 48 | |
| RuleSets | 49 | |
| RuleSet | 50 | |
| RuleSetPackage | 51 | |
| PropertyTemplates | 52 | |
| TypedPropertyTemplates | 53 | |
| TypedPropertyTemplatesUserFolder | 54 | |
| BooleanPropertyTemplate | 55 | |
| NumberPropertyTemplate | 56 | |
| EnumPropertyTemplate | 57 | |
| SlotPropertyTemplate | 58 | |
| StripPropertyTemplate | 59 | |
| QueryStripPropertyTemplate | 60 | |
| ShortScriptPropertyTemplate | 61 | |
| MediumScriptPropertyTemplate | 62 | |
| LargeScriptPropertyTemplate | 63 | |
| ShortTextPropertyTemplate | 64 | |
| MediumTextPropertyTemplate | 65 | |
| LargeTextPropertyTemplate | 66 | |
| ProjectSettings | 67 |