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






Windows & Linux

Description

Indicates whether apparent position is computed in a transmit or receive sense

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TimeSense() As AgECrdnVolumeTimeSenseType

[C#]
public AgECrdnVolumeTimeSenseType TimeSense {get; set;}

[Managed C++]
public: __property AgECrdnVolumeTimeSenseType get_TimeSense();
public: __property void set_TimeSense(
AgECrdnVolumeTimeSenseType
);

[Unmanaged C++]
public: HRESULT get_TimeSense(
AgECrdnVolumeTimeSenseType * pRetVal
);
public: HRESULT put_TimeSense(
AgECrdnVolumeTimeSenseType NewTimeSense
);

[Java]
public AgECrdnVolumeTimeSenseType getTimeSense();public void setTimeSense(
AgECrdnVolumeTimeSenseType
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface