| TextCommands Method (String) |
[This is preliminary documentation and is subject to change.]
Runs a list of strings as commands directly in the DSS engine.
Intermediate results are ignored.
(API Extensions)
Namespace:
dss_sharp
Assembly:
dss_sharp (in dss_sharp.dll) Version: 1.0.0
Syntax public void Commands(
string[] value
)
Public Sub Commands (
value As String()
)
public:
void Commands(
array<String^>^ value
)
member Commands :
value : string[] -> unit
function Commands(value);
Parameters
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:dss_sharp.Text.Commands(System.String[])"]
See Also