Click or drag to resize

ApiSessionGetObjectByTechName Method

Gets an object whose technical name is known.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy GetObjectByTechName(
	string aTechnicalName
)

Parameters

aTechnicalName
Type: SystemString
the technical name of the object as it can be found in the property view in articy:draft

Return Value

Type: ObjectProxy
either the object proxy or null when the object is not known or the technical name is not unique
Exceptions
ExceptionCondition
ArticyApiExceptionProjectNotOpen is thrown when no project is currently loaded.
See Also