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






Windows & Linux

Description

Gets or sets the external noise file path.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ExternalNoiseFile() As String
[C#]
public string ExternalNoiseFile {get; set;}
[Managed C++]
public: __property String __gc ^ get_ExternalNoiseFile();
public: __property void set_ExternalNoiseFile(
   String __gc ^
);
[Unmanaged C++]
public: HRESULT get_ExternalNoiseFile(
   BSTR * pRetVal
);
public: HRESULT put_ExternalNoiseFile(
   BSTR NewExternalNoiseFile
);
[Java]
public String getExternalNoiseFile();public void setExternalNoiseFile(
   String
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.