IMyTextPanelAddImagesToSelection 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 AddImagesToSelection(
List<string> ids,
bool checkExistence = false
)
Sub AddImagesToSelection (
ids As List(Of String),
Optional checkExistence As Boolean = false
)
void AddImagesToSelection(
List<String^>^ ids,
bool checkExistence = false
)
abstract AddImagesToSelection :
ids : List<string> *
?checkExistence : bool
(* Defaults:
let _checkExistence = defaultArg checkExistence false
*)
-> unit
Parameters
- ids
- Type: System.Collections.GenericListString
- checkExistence (Optional)
- Type: SystemBoolean
See Also