AGI STK Objects 11 Send comments on this topic.
Filename Property (IAgAntennaModelExternal)
See Also 





Description

Gets or sets the script plugin 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 * pRetVal
);
public: HRESULT put_Filename(
BSTR NewFilename
);

[Java]
public String getFilename();public void setFilename(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1