Click or drag to resize

ApiSessionGetObjectById Method

Gets an an object whose ID is known.

Namespace:  Articy.Api
Assembly:  ArticyApp (in ArticyApp.dll) Version: 1.0.0
Syntax
C#
public ObjectProxy GetObjectById(
	ulong aId
)

Parameters

aId
Type: SystemUInt64
the ID of the object to get

Return Value

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