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





Windows & Linux

Description

Gets or sets the user antenna data filename.

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 * pVal
);
public: HRESULT put_Filename(
    BSTR val
);
[Java]
public String getFilename();
public void setFilename(
    String
);
[Python - STK API ]
@property
def Filename(self) -> str:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.