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






Windows & Linux

Description

Gets or sets the flag to use noise due to an external source.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property UseExternal() As Boolean

[C#]
public bool UseExternal {get; set;}

[Managed C++]
public: __property bool get_UseExternal();
public: __property void set_UseExternal(
bool
);

[Unmanaged C++]
public: HRESULT get_UseExternal(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_UseExternal(
VARIANT_BOOL NewUseExternal
);

[Java]
public bool getUseExternal();public void setUseExternal(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface