STK AviatorSend comments on this topic.
BlendTime Property (IAgAvtrWindModelConstant)
See Also
Windows





Windows & Linux

Description

Gets or sets the blend time to transition from the previous wind model if one exists.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BlendTime() As Double
[C#]
public double BlendTime {get; set;}
[Managed C++]
public: __property double get_BlendTime();
public: __property void set_BlendTime( double );
[Unmanaged C++]
public: HRESULT get_BlendTime(
    double * pRetVal
);
public: HRESULT put_BlendTime(
    double newVal
);
[Java]
public double getBlendTime();
public void setBlendTime(
    double
);
[Python - STK API ]
@property
def BlendTime(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.