STK ObjectsSend comments on this topic.
MultipathPowerTolerance Property (IAgAtmosphericAbsorptionModelVoacap)
See Also
Windows





Windows & Linux

Description

Gets or sets the multipath power tolerance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MultipathPowerTolerance() As Double
[C#]
public double MultipathPowerTolerance {get; set;}
[Managed C++]
public: __property double get_MultipathPowerTolerance();
public: __property void set_MultipathPowerTolerance( double );
[Unmanaged C++]
public: HRESULT get_MultipathPowerTolerance(
    double * pVal
);
public: HRESULT put_MultipathPowerTolerance(
    double val
);
[Java]
public double getMultipathPowerTolerance();
public void setMultipathPowerTolerance(
    double
);
[Python - STK API ]
@property
def MultipathPowerTolerance(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.