Click or drag to resize

ObjectProxy Properties

The ObjectProxy type exposes the following members.

Properties
  NameDescription
Public propertyCanBePartitioned
Returns true if this object is a togglable partition (can be created or retired). Will return false in case of system folders as those are always a partition and cannot be retired.
Public propertyCanHaveAttachments
All articy object types that can receive attachments inside a reference strip return true.
Public propertyCanHaveChildren
true for all object types that can have children as visible in the articy:draft navigator tree, otherwise false
Public propertyHasColor
true if the object has the "Color" property, otherwise false
Public propertyHasDisplayName
true for all articy objects that have a display name, otherwise false
Public propertyHasExternalId
true if the object has the "ExternalId" property, otherwise false
Public propertyHasPreviewImage
true if the tiles view of the articy:draft GUI displays this object with an preview image, otherweise false
Public propertyHasShortId
true if the object has the "ShortId" property, otherwise false
Public propertyHasTechnicalName
true for all articy objects, that have a technical name
Public propertyHasText
true if the object has the "Text" property, otherwise false
Public propertyHoldsPartition
Returns true if the object is used as a partition root.
Public propertyId
the ID of this object
Public propertyIsConnectable
true for all object types that can be displayed (and therefore connected) in the articy:draft flow editor (flow fragments, dialogs, dialogue fragments, jumps and hubs), false for all other types of objects
Public propertyIsCustomizeable
true if this kind of object can have a template assigned, false otherwise
Public propertyIsDisplayNameCalculated
true if the display name is calculated using the values of other properties and therefore is read-only, otherwise false
Public propertyIsFolder
User folders and system folders return true all other articy object types return false.
Public propertyIsReadOnly
Determines if the object can be written.
Public propertyIsSystemFolder
System folders return true all other articy object types return false.
Public propertyIsUserFolder
User folders return true all other articy object types return false.
Public propertyIsValid
true if the object is a valid object with all properties and functionalities, false if it is a so-called 'broken reference'
Public propertyItemInt32
This indexer returns the property with the specified column index.
Public propertyItemString
This indexer returns the property with the specified property/column name.
Public propertyObjectType
This property tells, what type the encapsulated articy object really is.
Public propertyTypeName
An untyped string that describes the object type. See ObjectType for details.
Top
See Also