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






Windows & Linux

Description

Maximum altitude of target for which the refraction will be computed unless extrapolation is used. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MaxTargetAltitude() As Double

[C#]
public double MaxTargetAltitude {get; set;}

[Managed C++]
public: __property double get_MaxTargetAltitude();
public: __property void set_MaxTargetAltitude(
double
);

[Unmanaged C++]
public: HRESULT get_MaxTargetAltitude(
double * pRetVal
);
public: HRESULT put_MaxTargetAltitude(
double NewMaxTargetAltitude
);

[Java]
public double getMaxTargetAltitude();public void setMaxTargetAltitude(
double
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface