STK ObjectsSend comments on this topic.
DataRate Property (IAgTransmitterModelLaser)
See Also
Windows





Windows & Linux

Description

Gets or sets the data rate.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property DataRate() As Double
[C#]
public double DataRate {get; set;}
[Managed C++]
public: __property double get_DataRate();
public: __property void set_DataRate( double );
[Unmanaged C++]
public: HRESULT get_DataRate(
    double * pVal
);
public: HRESULT put_DataRate(
    double val
);
[Java]
public double getDataRate();
public void setDataRate(
    double
);
[Python - STK API ]
@property
def DataRate(self) -> float:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.