AGI STK Objects 11 Send comments on this topic.
ScaleHeight Property (IAgVeExpDensModelParams)
See Also 





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 * pRetVal
);
public: HRESULT put_ScaleHeight(
double NewScaleHeight
);

[Java]
public double getScaleHeight();public void setScaleHeight(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1