====== Extract Struct Tuple====== ===== Description ===== Extract a tuple from a Struct by it's name. ===== Inputs ===== ^ Name ^ Type ^ Description ^ | Struct | [[struct_type|Struct]] | Struct to extract the tuple from. | | Name| [[string_type|String]] | Tuple name on struct. | ===== Optional Inputs ===== None. ===== Outputs ===== ^ Name ^ Type ^ Description ^ | Tuple| [[tuple_type|Tuple]] | Extracted tuple. | ===== Group ===== [[Functor List#Integration | Integration]] ===== Internal Name ===== ExtractStructTuple