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






Windows & Linux

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 ScaleFactorB
);
[Java]
public double getScaleFactorB();
public void setScaleFactorB(
    double
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.