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






Windows & Linux

Description

Altitude below which to stop propagation. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DoNotPropagateBelowAlt() As Double
[C#]
public double DoNotPropagateBelowAlt {get; set;}
[Managed C++]
public: __property double get_DoNotPropagateBelowAlt();
public: __property void set_DoNotPropagateBelowAlt(
   double
);
[Unmanaged C++]
public: HRESULT get_DoNotPropagateBelowAlt(
   double * pRetVal
);
public: HRESULT put_DoNotPropagateBelowAlt(
   double NewDoNotPropagateBelowAlt
);
[Java]
public double getDoNotPropagateBelowAlt();public void setDoNotPropagateBelowAlt(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.