Click or drag to resize

ObjectProxyMaySetObjectReference Method

A helper method to check if a given object can be assigned to the object slot with the given property name

Namespace:  Articy.Api
Assembly:  QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntax
C#
public bool MaySetObjectReference(
	string aPropertyName,
	ObjectProxy aAttachment
)

Parameters

aPropertyName
Type: SystemString
the name of the (slot) property field to set
aAttachment
Type: Articy.ApiObjectProxy
the value to check

Return Value

Type: Boolean
See Also