STK ObjectsSend 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 * pVal
);
public: HRESULT put_GOverT(
    double val
);
[Java]
public double getGOverT();
public void setGOverT(
    double
);
[Python - STK API ]
@property
def GOverT(self) -> float:

@GOverT.setter
def GOverT(self, val:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.