IMyTerminalControlsGetControlsTBlock Method |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Gets the controls associated with a block.
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void GetControls<TBlock>(
out List<IMyTerminalControl> items
)
Sub GetControls(Of TBlock) (
<OutAttribute> ByRef items As List(Of IMyTerminalControl)
)
generic<typename TBlock>
void GetControls(
[OutAttribute] List<IMyTerminalControl^>^% items
)
abstract GetControls :
items : List<IMyTerminalControl> byref -> unit
Parameters
- items
- Type: System.Collections.GenericListIMyTerminalControl
The list that contains the terminal controls for this block
Type Parameters
- TBlock
- This is the object builder type of the associated block you want to get terminal controls for
See Also