AGI STK Objects 11 Send comments on this topic.
DataRate Property (IAgTransmitterModelCable)
See Also 





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1