AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_ComputeType(
AgENoiseTempComputeType NewComputeType
);

[Java]
public AgENoiseTempComputeType getComputeType();public void setComputeType(
AgENoiseTempComputeType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface