STK Vector Geometry ToolSend comments on this topic.
ScaleFactorA Property (IAgCrdnVectorScalarLinearCombination)
See Also
Windows





Windows & Linux

Description

Scale factor for vector A.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ScaleFactorA() As Double
[C#]
public double ScaleFactorA {get; set;}
[Managed C++]
public: __property double get_ScaleFactorA();
public: __property void set_ScaleFactorA( double );
[Unmanaged C++]
public: HRESULT get_ScaleFactorA(
    double * pRetVal
);
public: HRESULT put_ScaleFactorA(
    double ScaleFactorA
);
[Java]
public double getScaleFactorA();
public void setScaleFactorA(
    double
);
[Python - STK API ]
@property
def ScaleFactorA(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.