Click or drag to resize

ObjectProxyRemoveAttachmentFromStripAtIndex 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 RemoveAttachmentFromStripAtIndex(
	string aPropertyName,
	int aIndex
)

Parameters

aPropertyName
Type: SystemString
the name of the reference strip type property
aIndex
Type: SystemInt32
the index of the object inside the reference strip
Remarks
Attachments in a reference strips have an index. The most left (as displayed in the articy:draft API) has index 0.
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types.
See Also