Click or drag to resize
IMyGridTerminalSystemGetBlockGroups 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.GenericListIMyBlockGroup

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

See Also