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






Windows & Linux

Description

Clock host object with which the clock with which time values are reported is colocated.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property ClockHost() As AgEIvClockHost

[C#]
public AgEIvClockHost ClockHost {get; set;}

[Managed C++]
public: __property AgEIvClockHost get_ClockHost();
public: __property void set_ClockHost(
AgEIvClockHost
);

[Unmanaged C++]
public: HRESULT get_ClockHost(
AgEIvClockHost * pRetVal
);
public: HRESULT put_ClockHost(
AgEIvClockHost NewClockHost
);

[Java]
public AgEIvClockHost getClockHost();public void setClockHost(
AgEIvClockHost
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface