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






Windows & Linux

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

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface