Click or drag to resize

ObjectProxyGetTechnicalName Method

Returns the technical name of the object.

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public string GetTechnicalName()

Return Value

Type: String
the object's technical name or null if the object does not have a technical name
Remarks
Technical names can be seen and edited in the property view of most articy:draft objects.
See Also