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





Description

A scale value for the vector (either absolute or relative to the model 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 * pRetVal
);
public: HRESULT put_ScaleValue(
double NewScaleValue
);

[Java]
public double getScaleValue();public void setScaleValue(
double
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1