STK ObjectsSend comments on this topic.
OffTimeDelta Property (IAgEOIRStagePlume)
See Also
Windows





Windows & Linux

Description

Property used to access the Off Time Delta.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property OffTimeDelta() As Double
[C#]
public double OffTimeDelta {get; set;}
[Managed C++]
public: __property double get_OffTimeDelta();
public: __property void set_OffTimeDelta( double );
[Unmanaged C++]
public: HRESULT get_OffTimeDelta(
    double * pRetVal
);
public: HRESULT put_OffTimeDelta(
    double OffTimeDelta
);
[Java]
public double getOffTimeDelta();
public void setOffTimeDelta(
    double
);
[Python - STK API ]
@property
def OffTimeDelta(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.