Click or drag to resize

ObjectProxyGetTemplateId Method

Returns the template that is set for this object.

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

Return Value

Type: UInt64
the ID of the used template or InstanceIdManager.InvalidIid if no template was used or the object is not customizable at all
See Also