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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1