AGI STK Objects 11Send comments on this topic.
FileName Property (IAgVeSGP4AutoUpdateFileSource)
See Also
Windows






Windows & Linux

Description

The name of the TLE source file.

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
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.