Click or drag to resize
IMyTextPanelRemoveImageFromSelection Method

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

[Missing <summary> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.RemoveImageFromSelection(System.String,System.Boolean)"]

Namespace: Sandbox.ModAPI.Ingame
Assembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0
Syntax
C#
void RemoveImageFromSelection(
	string id,
	bool removeDuplicates = false
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.RemoveImageFromSelection(System.String,System.Boolean)"]

removeDuplicates (Optional)
Type: SystemBoolean

[Missing <param name="removeDuplicates"/> documentation for "M:Sandbox.ModAPI.Ingame.IMyTextPanel.RemoveImageFromSelection(System.String,System.Boolean)"]

See Also