STK ObjectsSend 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 * pVal
);
public: HRESULT put_DoNotPropagateBelowAlt(
    double DoNotPropagateBelowAlt
);
[Java]
public double getDoNotPropagateBelowAlt();
public void setDoNotPropagateBelowAlt(
    double
);
[Python - STK API ]
@property
def DoNotPropagateBelowAlt(self) -> float:

@DoNotPropagateBelowAlt.setter
def DoNotPropagateBelowAlt(self, DoNotPropagateBelowAlt:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.