STK AgRadarPluginSend comments on this topic.
Multiplier2 Property (IAgStkRadarCBIntersectComputeResult)
See Also
Windows





Windows & Linux

Description

Gets the second multiplier.

Property type

Read-only property

Syntax

[Visual Basic .NET]
Public Property Multiplier2() As Double
[C#]
public double Multiplier2 {get;}
[Managed C++]
public: __property double get_Multiplier2();
[Unmanaged C++]
public: HRESULT get_Multiplier2(
    double * pMultiplier2
);
[Java]
public double getMultiplier2();

Remarks

Represents the scalar value by which the direction vector is multiplied and then added to the base vector to yield the second intersection point.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.