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






Windows & Linux

Description

Specify whether to allow negative altitudes for great arc vehicles and for facilities, places and targets.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property IsNegativeAltitudeAllowed() As Boolean

[C#]
public bool IsNegativeAltitudeAllowed {get; set;}

[Managed C++]
public: __property bool get_IsNegativeAltitudeAllowed();
public: __property void set_IsNegativeAltitudeAllowed(
bool
);

[Unmanaged C++]
public: HRESULT get_IsNegativeAltitudeAllowed(
VARIANT_BOOL * pRetVal
);
public: HRESULT put_IsNegativeAltitudeAllowed(
VARIANT_BOOL NewIsNegativeAltitudeAllowed
);

[Java]
public bool getIsNegativeAltitudeAllowed();public void setIsNegativeAltitudeAllowed(
bool
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface