STK AstrogatorSend comments on this topic.
ScaleAltitude Property (IAgVAExponential)
See Also
Windows





Windows & Linux

Description

Gets or sets the scale altitude. Uses Distance Dimension.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScaleAltitude() As Double
[C#]
public double ScaleAltitude {get; set;}
[Managed C++]
public: __property double get_ScaleAltitude();
public: __property void set_ScaleAltitude( double );
[Unmanaged C++]
public: HRESULT get_ScaleAltitude(
    double * pVal
);
public: HRESULT put_ScaleAltitude(
    double InVal
);
[Java]
public double getScaleAltitude();
public void setScaleAltitude(
    double
);
[Python - STK API ]
@property
def ScaleAltitude(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.