ObjectProxyGetAttachments Method

Returns a list ob ObjectProxy objects, each representing an attachment as can be seen in the articy:draft reference strip of the respective object.

Definition

Namespace: Articy.Api
Assembly: QueryLayer (in QueryLayer.dll) Version: 1.0.0
C#
public IList<ObjectProxy> GetAttachments()

Return Value

IListObjectProxy
a list of attachments or null if the object cannot have attachments

See Also