Gets or sets the object whose location is associated with time.
Read-write property
[Visual Basic .NET] |
---|
Public Property ClockHost() As AgEIvClockHost |
[C#] |
---|
public AgEIvClockHost ClockHost {get; set;} |
[Managed C++] |
---|
public: __property AgEIvClockHost get_ClockHost(); |
[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: |