STK ObjectsSend comments on this topic.
GType Property (IAgOrbitStateDelaunay)
See Also
Windows





Windows & Linux

Description

Option for Delaunay G (default or G/SQRT(mu).

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GType() As AgEDelaunayGType
[C#]
public AgEDelaunayGType GType {get; set;}
[Managed C++]
public: __property AgEDelaunayGType get_GType();
public: __property void set_GType( AgEDelaunayGType );
[Unmanaged C++]
public: HRESULT get_GType(
    AgEDelaunayGType * pVal
);
public: HRESULT put_GType(
    AgEDelaunayGType vG
);
[Java]
public AgEDelaunayGType getGType();
public void setGType(
    AgEDelaunayGType
);
[Python - STK API ]
@property
def GType(self) -> "AgEDelaunayGType":

@GType.setter
def GType(self, vG:"AgEDelaunayGType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.