Click or drag to resize

ObjectPropertyNamesPreviewImageAsset Field

some objects like zones or locations offer a preview image, you can set it using this parameter. [ObjectProxy, only Assets of type Image] Check HasPreviewImage to check whether an object has this property. (E.g. Pin or Connections do not have this property)

Namespace:  Articy.Api
Assembly:  PublicApiTypes (in PublicApiTypes.dll) Version: 1.0.0
Syntax
C#
public const string PreviewImageAsset = "PreviewImageAsset"

Field Value

Type: String
See Also