Description
Time values are reported with a clock colocated with the clock host object.
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