STK Vector Geometry ToolSend comments on this topic.
ScriptType Property (IAgCrdnCalcScalarCustomInline)
See Also
Windows





Windows & Linux

Description

Script type allowed {JScript | Matlab | VBScript}.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScriptType() As String
[C#]
public string ScriptType {get; set;}
[Managed C++]
public: __property String __gc ^ get_ScriptType();
public: __property void set_ScriptType( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ScriptType(
    BSTR * pRetVal
);
public: HRESULT put_ScriptType(
    BSTR ScriptType
);
[Java]
public String getScriptType();
public void setScriptType(
    String
);
[Python - STK API ]
@property
def ScriptType(self) -> str:

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.