Click or drag to resize
IMyGridTerminalSystem.GetBlockGroups Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyGridTerminalSystem.GetBlockGroups(System.Collections.Generic.List{Sandbox.ModAPI.Ingame.IMyBlockGroup})"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void GetBlockGroups(
	List<IMyBlockGroup> blockGroups
)

Parameters

blockGroups
Type: System.Collections.Generic.List<IMyBlockGroup>

[Missing <param name="blockGroups"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyGridTerminalSystem.GetBlockGroups(System.Collections.Generic.List{Sandbox.ModAPI.Ingame.IMyBlockGroup})"]

See Also