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






Windows & Linux

Description

Minimum 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 MinTargetAltitude() As Double
[C#]
public double MinTargetAltitude {get; set;}
[Managed C++]
public: __property double get_MinTargetAltitude();
public: __property void set_MinTargetAltitude(
   double
);
[Unmanaged C++]
public: HRESULT get_MinTargetAltitude(
   double * pRetVal
);
public: HRESULT put_MinTargetAltitude(
   double NewMinTargetAltitude
);
[Java]
public double getMinTargetAltitude();public void setMinTargetAltitude(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.