AGI STK VGT 11Send comments on this topic.
TransferSpeed Property (IAgCrdnSignalDelayBasic)
See Also 
Windows






Windows & Linux

Description

Get the signal propagation speed value which is used if the speed option is set to Custom.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TransferSpeed() As Double
[C#]
public double TransferSpeed {get; set;}
[Managed C++]
public: __property double get_TransferSpeed();
public: __property void set_TransferSpeed(
   double
);
[Unmanaged C++]
public: HRESULT get_TransferSpeed(
   double * pRetVal
);
public: HRESULT put_TransferSpeed(
   double NewTransferSpeed
);
[Java]
public double getTransferSpeed();public void setTransferSpeed(
   double
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.