GetIndexOfAttribute()

Namespace ›› System ›› MfObject ›› Methods ››
Parent Previous Next

GetIndexOfAttribute()

OutputVar := instance.GetIndexOfAttribute(attrib)

GetIndexOfAttribute(attrib)

Gets the zero-based index value of the position of MfAttribute within the instance of the class.

Parameters

attrib

The object instance derived from MfAttribute.

Returns

Returns the zero-based index as var containing integer of the MfAttribute within this instance of the class if found; Otherwise -1 is returned.