Click or drag to resize
IMyTerminalBlockGetProperties Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.GetProperties(System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalProperty},System.Func{Sandbox.ModAPI.Interfaces.ITerminalProperty,System.Boolean})"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void GetProperties(
	List<ITerminalProperty> resultList,
	Func<ITerminalProperty, bool> collect = null
)

Parameters

resultList
Type: System.Collections.GenericListITerminalProperty

[Missing <param name="resultList"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.GetProperties(System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalProperty},System.Func{Sandbox.ModAPI.Interfaces.ITerminalProperty,System.Boolean})"]

collect (Optional)
Type: SystemFuncITerminalProperty, Boolean

[Missing <param name="collect"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTerminalBlock.GetProperties(System.Collections.Generic.List{Sandbox.ModAPI.Interfaces.ITerminalProperty},System.Func{Sandbox.ModAPI.Interfaces.ITerminalProperty,System.Boolean})"]

See Also