STK ObjectsSend 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 * pVal
);
public: HRESULT put_ClockHost(
    AgEIvClockHost InVal
);
[Java]
public AgEIvClockHost getClockHost();
public void setClockHost(
    AgEIvClockHost
);
[Python - STK API ]
@property
def ClockHost(self) -> "AgEIvClockHost":

@ClockHost.setter
def ClockHost(self, InVal:"AgEIvClockHost") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.