AGI STK Astrogator 11 Send comments on this topic.
NamelistFile Property (IAgVAMarsGRAM2000)
See Also 





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 * pRetVal
);
public: HRESULT put_NamelistFile(
BSTR NewNamelistFile
);

[Java]
public String getNamelistFile();public void setNamelistFile(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1