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





Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property HType() As AgEDelaunayHType

[C#]
public AgEDelaunayHType HType {get; set;}

[Managed C++]
public: __property AgEDelaunayHType get_HType();
public: __property void set_HType(
AgEDelaunayHType
);

[Unmanaged C++]
public: HRESULT get_HType(
AgEDelaunayHType * pRetVal
);
public: HRESULT put_HType(
AgEDelaunayHType NewHType
);

[Java]
public AgEDelaunayHType getHType();public void setHType(
AgEDelaunayHType
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK 11.1 Programming Interface