Path to namelist file.
Read-write property
[Visual Basic .NET] |
---|
Public Property NamelistFile() As String |
[C#] |
---|
public string NamelistFile {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_NamelistFile(); |
[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: |