AGI STK Objects 11Send comments on this topic.
SignalSenseOfClockHost Property (IAgStkAccessAdvanced)
See Also
Windows






Windows & Linux

Description

The direction of the signal with reference to the object selected as the ClockHost.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property SignalSenseOfClockHost() As AgEIvTimeSense
[C#]
public AgEIvTimeSense SignalSenseOfClockHost {get; set;}
[Managed C++]
public: __property AgEIvTimeSense get_SignalSenseOfClockHost();
public: __property void set_SignalSenseOfClockHost( AgEIvTimeSense );
[Unmanaged C++]
public: HRESULT get_SignalSenseOfClockHost(
    AgEIvTimeSense * pVal
);
public: HRESULT put_SignalSenseOfClockHost(
    AgEIvTimeSense InVal
);
[Java]
public AgEIvTimeSense getSignalSenseOfClockHost();
public void setSignalSenseOfClockHost(
    AgEIvTimeSense
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.