STK AstrogatorSend comments on this topic.
CustomScript Property (IAgVAStateCalcPythonScript)
See Also
Windows





Windows & Linux

Description

Gets or sets the user-supplied script to be evaluated as Python code.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property CustomScript() As String
[C#]
public string CustomScript {get; set;}
[Managed C++]
public: __property String __gc ^ get_CustomScript();
public: __property void set_CustomScript( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_CustomScript(
    BSTR * pVal
);
public: HRESULT put_CustomScript(
    BSTR InVal
);
[Java]
public String getCustomScript();
public void setCustomScript(
    String
);
[Python - STK API ]
@property
def CustomScript(self) -> str:

@CustomScript.setter
def CustomScript(self, InVal:str) -> None:

See Also

© 2026 Analytical Graphics, Inc. All Rights Reserved.