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





Windows & Linux

Description

The atmospheric model augmented geomagnetic data file path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AtmosAugDTCFile() As String
[C#]
public string AtmosAugDTCFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_AtmosAugDTCFile();
public: __property void set_AtmosAugDTCFile( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_AtmosAugDTCFile(
    BSTR * pVal
);
public: HRESULT put_AtmosAugDTCFile(
    BSTR InVal
);
[Java]
public String getAtmosAugDTCFile();
public void setAtmosAugDTCFile(
    String
);
[Python - STK API ]
@property
def AtmosAugDTCFile(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.