Click or drag to resize

ObjectProxyFindIndex Method

Returns the column index of an attachment inside a certain reference strip.

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

Parameters

aPropertyName
Type: SystemString
the name of the reference strip type property
aAttachment
Type: Articy.ApiObjectProxy
the attachment, whose index is to be queried

Return Value

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