STK Vector Geometry ToolSend comments on this topic.
ScriptFile Property (IAgCrdnVectorCustomScript)
See Also
Windows





Windows & Linux

Description

Specify a script file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScriptFile() As String
[C#]
public string ScriptFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_ScriptFile();
public: __property void set_ScriptFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_ScriptFile(
    BSTR * pRetVal
);
public: HRESULT put_ScriptFile(
    BSTR ScriptFile
);
[Java]
public String getScriptFile();
public void setScriptFile(
    String
);
[Python - STK API ]
@property
def ScriptFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.