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





Windows & Linux

Description

Gets or sets the multipath delay tolerance.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property MultipathDelayTolerance() As Double
[C#]
public double MultipathDelayTolerance {get; set;}
[Managed C++]
public: __property double get_MultipathDelayTolerance();
public: __property void set_MultipathDelayTolerance( double );
[Unmanaged C++]
public: HRESULT get_MultipathDelayTolerance(
    double * pVal
);
public: HRESULT put_MultipathDelayTolerance(
    double val
);
[Java]
public double getMultipathDelayTolerance();
public void setMultipathDelayTolerance(
    double
);
[Python - STK API ]
@property
def MultipathDelayTolerance(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.