AGI STK Objects 11Send 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 * pRetVal
);
public: HRESULT put_GType(
   AgEDelaunayGType NewGType
);
[Java]
public AgEDelaunayGType getGType();public void setGType(
   AgEDelaunayGType
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.