STK ObjectsSend comments on this topic.
ScaleValue Property (IAgMtoVOModel)
See Also
Windows





Windows & Linux

Description

The exponential scaling value for the track model.

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 * pVal
);
public: HRESULT put_ScaleValue(
    double ModelScale
);
[Java]
public double getScaleValue();
public void setScaleValue(
    double
);
[Python - STK API ]
@property
def ScaleValue(self) -> float:

@ScaleValue.setter
def ScaleValue(self, ModelScale:float) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.