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






Windows & Linux

Description

Gets or set the G/T.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GOverT() As Double

[C#]
public double GOverT {get; set;}

[Managed C++]
public: __property double get_GOverT();
public: __property void set_GOverT(
double
);

[Unmanaged C++]
public: HRESULT get_GOverT(
double * pRetVal
);
public: HRESULT put_GOverT(
double NewGOverT
);

[Java]
public double getGOverT();public void setGOverT(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface