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






Windows & Linux

Description

The altitude at which the boresight vector grazes the central body. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property GrazingAlt() As Double
[C#]
public double GrazingAlt {get; set;}
[Managed C++]
public: __property double get_GrazingAlt();
public: __property void set_GrazingAlt( double );
[Unmanaged C++]
public: HRESULT get_GrazingAlt(
    double * pVal
);
public: HRESULT put_GrazingAlt(
    double pVal
);
[Java]
public double getGrazingAlt();
public void setGrazingAlt(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.