AGI STK Astrogator 11Send 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
);
[Java]
public  scriptText(
   String Script
);
[Unmanaged C++]
public: HRESULT ScriptText(
   BSTR Script
);

Parameters

Script

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.