Description
The scale height. Uses Distance Dimension.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property ScaleHeight() As Double
|
| [C#] |
|---|
public double ScaleHeight {get; set;}
|
| [Managed C++] |
|---|
public: __property double get_ScaleHeight(); public: __property void set_ScaleHeight(
double
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_ScaleHeight(
double * pVal
);
public: HRESULT put_ScaleHeight(
double ScaleHeight
);
|
| [Java] |
|---|
public double getScaleHeight();
public void setScaleHeight(
double
);
|
| [Python - STK API] |
|---|
@property
def ScaleHeight(self) -> float:
@ScaleHeight.setter
def ScaleHeight(self, ScaleHeight:float) -> None:
|
See Also