STK AviatorSend comments on this topic.
InterpBlendTime Property (IAgAvtrWindModelADDS)
See Also
Windows





Windows & Linux

Description

Gets or sets the blend time to transition from the previous wind condition.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property InterpBlendTime() As Double
[C#]
public double InterpBlendTime {get; set;}
[Managed C++]
public: __property double get_InterpBlendTime();
public: __property void set_InterpBlendTime( double );
[Unmanaged C++]
public: HRESULT get_InterpBlendTime(
    double * pRetVal
);
public: HRESULT put_InterpBlendTime(
    double newVal
);
[Java]
public double getInterpBlendTime();
public void setInterpBlendTime(
    double
);
[Python - STK API ]
@property
def InterpBlendTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.