Click or drag to resize

ObjectProxyObjectType Property

This property tells, what type the encapsulated articy object really is.

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

Property Value

Type: ObjectType
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types.
See Also