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





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 * pRetVal
);
public: HRESULT put_GrazingAlt(
double NewGrazingAlt
);

[Java]
public double getGrazingAlt();public void setGrazingAlt(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1