AGI STK Astrogator 11 Send comments on this topic.
ScriptFilename Property (IAgVACustomFunctionScriptEngine)
See Also 





Description

The file containing the function to call.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScriptFilename() As String

[C#]
public string ScriptFilename {get; set;}

[Managed C++]
public: __property String __gc ^ get_ScriptFilename();
public: __property void set_ScriptFilename(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_ScriptFilename(
BSTR * pRetVal
);
public: HRESULT put_ScriptFilename(
BSTR NewScriptFilename
);

[Java]
public String getScriptFilename();public void setScriptFilename(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1