STK AstrogatorSend comments on this topic.
ScriptText Method (IAgVAScriptingTool)
See Also
Script
Windows





Windows & Linux

Description

Injects the script into the scripting tool.

Syntax

[Visual Basic .NET]
Public Sub ScriptText( _
    ByVal Script As String _
)
[C#]
public void ScriptText(
    string Script
);
[Managed C++]
public: void ScriptText(
    String __gc ^ Script
);
[Unmanaged C++]
public: HRESULT ScriptText(
    BSTR Script
);
[Java]
public void scriptText(
    String Script
);
[Python - STK API ]
def ScriptText(self, Script:str) -> None:

Parameters

Script

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.