PfsModellBreaks.Item



Item(vNameOrPos As Variant) As PfsModellBreak

Parameters

vNameOrPos As Variant
Index or name of the ModelBreak object within the collection.

If the parameter is a numerical value, the dynamic element is searched by its index (>= 0 and <= Count-1).
If it is an alphanumerical value, the dynamic element is searched by its unique name.
ED
avaliable
RT
avaliable

Remarks

Returns the ModelBreak object from the collection, which is identified by the parameter vNameOrPos.

The parameter vNameOrPos can have two values:

Hint:
The returned object should be checked on Nothing, if no object for the search criteria was found.

See Also

PfsModellBreaks, PfsModellBreak