STK AstrogatorSend comments on this topic.
NamelistFile Property (IAgVAMarsGRAM37)
See Also
Windows





Windows & Linux

Description

Full path of namelist file.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property NamelistFile() As String
[C#]
public string NamelistFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_NamelistFile();
public: __property void set_NamelistFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_NamelistFile(
    BSTR * pVal
);
public: HRESULT put_NamelistFile(
    BSTR InVal
);
[Java]
public String getNamelistFile();
public void setNamelistFile(
    String
);
[Python - STK API ]
@property
def NamelistFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.