AGI STK VGT 11 Send comments on this topic.
ScaleFactorB Property (IAgCrdnVectorLinearCombination)
See Also 





Description

Scale factor for vector B.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScaleFactorB() As Double

[C#]
public double ScaleFactorB {get; set;}

[Managed C++]
public: __property double get_ScaleFactorB();
public: __property void set_ScaleFactorB(
double
);

[Unmanaged C++]
public: HRESULT get_ScaleFactorB(
double * pRetVal
);
public: HRESULT put_ScaleFactorB(
double NewScaleFactorB
);

[Java]
public double getScaleFactorB();public void setScaleFactorB(
double
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1