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






Windows & Linux

Description

Gets or sets the system noise temperature compute type.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ComputeType() As AgENoiseTempComputeType
[C#]
public AgENoiseTempComputeType ComputeType {get; set;}
[Managed C++]
public: __property AgENoiseTempComputeType get_ComputeType();
public: __property void set_ComputeType( AgENoiseTempComputeType );
[Unmanaged C++]
public: HRESULT get_ComputeType(
    AgENoiseTempComputeType * pVal
);
public: HRESULT put_ComputeType(
    AgENoiseTempComputeType val
);
[Java]
public AgENoiseTempComputeType getComputeType();
public void setComputeType(
    AgENoiseTempComputeType
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.