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





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

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1