Click or drag to resize

ObjectProxyRemoveAttachmentFromStrip Method

Removes the specified attachment from the specified reference strip.

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

Parameters

aPropertyName
Type: SystemString
the name of the reference strip type property
aAttachment
Type: Articy.ApiObjectProxy
the articy object that is to be removed from the reference strip
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types.
See Also