STK ObjectsSend comments on this topic.
Filename Property (IAgVeSGP4AutoUpdateFileSource)
See Also
Windows





Windows & Linux

Description

The name of the source file containing GP data (either TLEs or CCSDS OMM content).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Filename() As String
[C#]
public string Filename {get; set;}
[Managed C++]
public: __property String __gc ^ get_Filename();
public: __property void set_Filename( String __gc ^ );
[Unmanaged C++]
public: HRESULT get_Filename(
    BSTR * pRetVal
);
public: HRESULT put_Filename(
    BSTR FileName
);
[Java]
public String getFilename();
public void setFilename(
    String
);
[Python - STK API ]
@property
def Filename(self) -> str:

@Filename.setter
def Filename(self, FileName:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.