STK ObjectsSend 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 * pVal
);
public: HRESULT put_UseExternal(
    VARIANT_BOOL val
);
[Java]
public bool getUseExternal();
public void setUseExternal(
    bool
);
[Python - STK API ]
@property
def UseExternal(self) -> bool:

@UseExternal.setter
def UseExternal(self, val:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.