Click or drag to resize
IMyTextPanelAddImagesToSelection Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.AddImagesToSelection(System.Collections.Generic.List{System.String},System.Boolean)"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void AddImagesToSelection(
	List<string> ids,
	bool checkExistence = false
)

Parameters

ids
Type: System.Collections.GenericListString

[Missing <param name="ids"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.AddImagesToSelection(System.Collections.Generic.List{System.String},System.Boolean)"]

checkExistence (Optional)
Type: SystemBoolean

[Missing <param name="checkExistence"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.AddImagesToSelection(System.Collections.Generic.List{System.String},System.Boolean)"]

See Also