ObjectProxyHasDisplayName Property

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

Definition

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

Property Value

Boolean

Remarks

Currently only connection objects have no display name. Connection objects represent the lines that connect flow elements with each other.

See Also