Click or drag to resize

ObjectProxyClearStrip Method

Removes all attachments from the specified reference strip.

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

Parameters

aPropertyName
Type: SystemString
the name of the reference strip type property
Remarks
The class ObjectPropertyNames contains string constants for the property names of the various articy object types.
See Also