AGI STK Objects 11Send comments on this topic.
DataRate Property (IAgTransmitterModelMultibeam)
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 * pRetVal
);
public: HRESULT put_DataRate(
   double NewDataRate
);
[Java]
public double getDataRate();public void setDataRate(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.