Click or drag to resize

ObjectProxyHasDisplayName Property

true for all articy objects that have a display name, otherwise false

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool HasDisplayName { get; }

Property Value

Type: Boolean
Remarks
Currently only connection objects have no display name. Connection objects represent the lines that connect flow elements with each other.
See Also