BuildingBlockCollection indexer. Retrieves a building block at the given index....BuildingBlockCollect indexer __getitem__(index) Retrieves a building...at the given index. def __getitem__ ( self , index : int ): .....
FormFieldCollection indexer. Returns a form field at the specified index....FormFieldCollection indexer __getitem__(index) Returns a form field...the specified index. def __getitem__ ( self , index : int ): .....