STK ObjectsSend comments on this topic.
G Property (IAgDelaunayG)
See Also
Windows





Windows & Linux

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 * pVal
);
public: HRESULT put_G(
    double vG
);
[Java]
public double getG();
public void setG(
    double
);
[Python - STK API ]
@property
def G(self) -> float:

@G.setter
def G(self, vG:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.