AGI STK Objects 11 Send comments on this topic.
GType Property (IAgOrbitStateDelaunay)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1