AGI STK VGT 11Send 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

© 2018 Analytical Graphics, Inc. All Rights Reserved.