AGI STK Objects 11 Send 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 * pRetVal
);
public: HRESULT put_SignalSenseOfClockHost(
AgEIvTimeSense NewSignalSenseOfClockHost
);

[Java]
public AgEIvTimeSense getSignalSenseOfClockHost();public void setSignalSenseOfClockHost(
AgEIvTimeSense
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface