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
|
[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
);
|
See Also