Click or drag to resize
IMyTextPanelRemoveImagesFromSelection Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.RemoveImagesFromSelection(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 RemoveImagesFromSelection(
	List<string> ids,
	bool removeDuplicates = false
)

Parameters

ids
Type: System.Collections.GenericListString

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

removeDuplicates (Optional)
Type: SystemBoolean

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

See Also