AGI STK Objects 11 Send comments on this topic.
G Property (IAgDelaunayG)
See Also 





Description

The value of Delaunay G. Dimensionless

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property double get_G();
public: __property void set_G(
double
);

[Unmanaged C++]
public: HRESULT get_G(
double * pRetVal
);
public: HRESULT put_G(
double NewG
);

[Java]
public double getG();public void setG(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1