STK AstrogatorSend comments on this topic.
AtmosAugDataFile Property (IAgVADensityModelPlugin)
See Also
Windows





Windows & Linux

Description

The atmospheric model augmented data file path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosAugDataFile() As String
[C#]
public string AtmosAugDataFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_AtmosAugDataFile();
public: __property void set_AtmosAugDataFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AtmosAugDataFile(
    BSTR * pVal
);
public: HRESULT put_AtmosAugDataFile(
    BSTR InVal
);
[Java]
public String getAtmosAugDataFile();
public void setAtmosAugDataFile(
    String
);
[Python - STK API ]
@property
def AtmosAugDataFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.