STK Vector Geometry ToolSend 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
);
[Python - STK API ]
@property
def ScaleFactorB(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.