Gets or sets the exponential scaling value for the track model.
Read-write property
[Visual Basic .NET] |
---|
Public Property ScaleValue() As Double |
[C#] |
---|
public double ScaleValue {get; set;} |
[Managed C++] |
---|
public: __property double get_ScaleValue(); |
[Unmanaged C++] |
---|
public: HRESULT get_ScaleValue( double * pVal ); public: HRESULT put_ScaleValue( double ModelScale ); |
[Java] |
---|
public double getScaleValue(); public void setScaleValue( double ); |