Library | Module

Class pfcDimensionAttachment



Description

Fixed dimention array.

Array provides methods for accessing its elemnts by index(indices) and for modifying its elements. Array object "does not know" its dimentions.




Array Dimensions: [2]


Method Summary

pfcSelectionItem ( number Index )
Accesses an item by its index in the sequence.
voidSet ( number Index , pfcSelection Item )
Assigns an item to the designated index in the sequence.



Method Detail


pfcSelectionItem ( number Index )

Accesses an item by its index in the sequence.



voidSet ( number Index , pfcSelection Item )

Assigns an item to the designated index in the sequence.