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






Windows & Linux

Description

Indicates whether object1 or object2 of an Access instance holds the clock for Access times.

Property type

Read-write property

Syntax

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

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

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

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

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

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface