ObjectProxyAddAttachmentToStrip Method |
Adds an attachment to a reference strip of the object.
Namespace:
Articy.Api
Assembly:
QueryLayer (in QueryLayer.dll) Version: 1.0.0
Syntaxpublic void AddAttachmentToStrip(
string aPropertyName,
ObjectProxy aAttachment
)
Parameters
- aPropertyName
- Type: SystemString
the name of the property of the type ObjectList - aAttachment
- Type: Articy.ApiObjectProxy
the object that is to be attached at the end of the specified reference strip
RemarksThe class
ObjectPropertyNames contains string constants for the property names of the various articy object types.
See Also