ObjectProxyObjectType Property

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

Definition

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

Property Value

ObjectType

Remarks

The class ObjectPropertyNames contains string constants for the property names of the various articy object types.

See Also