IMyGridTerminalSystemGetBlockGroups Method |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Namespace: Sandbox.ModAPI.IngameAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax void GetBlockGroups(
List<IMyBlockGroup> blockGroups,
Func collect = null
)
Sub GetBlockGroups (
blockGroups As List(Of IMyBlockGroup),
Optional collect As Func = Nothing
)
void GetBlockGroups(
List<IMyBlockGroup^>^ blockGroups,
Func^ collect = nullptr
)
abstract GetBlockGroups :
blockGroups : List<IMyBlockGroup> *
?collect : Func
(* Defaults:
let _collect = defaultArg collect null
*)
-> unit
Parameters
- blockGroups
- Type: System.Collections.GenericListIMyBlockGroup
- collect (Optional)
- Type: SystemFuncT, TResult
See Also