IMyGridProgramEcho Property |
v01.180.0 (Beta)[This is preliminary documentation and is subject to change.]
Gets or sets the action which prints out text onto the currently running programmable block's detail info area.
Namespace: Sandbox.ModAPIAssembly: Sandbox.Common (in Sandbox.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax Action<string> Echo { get; set; }
Property Echo As Action(Of String)
Get
Set
property Action<String^>^ Echo {
Action<String^>^ get ();
void set (Action<String^>^ value);
}
abstract Echo : Action<string> with get, set
Property Value
Type:
ActionStringSee Also