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






Windows & Linux

Description

Specify the absolute scaling value for the object. The model scale is an exponential scale. Dimensionless.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScaleValue() As Double
[C#]
public double ScaleValue {get; set;}
[Managed C++]
public: __property double get_ScaleValue();
public: __property void set_ScaleValue( double );
[Unmanaged C++]
public: HRESULT get_ScaleValue(
    double * pScale
);
public: HRESULT put_ScaleValue(
    double pScale
);
[Java]
public double getScaleValue();
public void setScaleValue(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.