STK ObjectsSend comments on this topic.
ScaleHeight Property (IAgVeExpDensModelParams)
See Also
Windows





Windows & Linux

Description

Gets or sets 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

© 2024 Analytical Graphics, Inc. All Rights Reserved.