STK Vector Geometry ToolSend 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 ClockHost
);
[Java]
public AgECrdnVolumeClockHostType getClockHost();
public void setClockHost(
    AgECrdnVolumeClockHostType
);

See Also

© 2020 Analytical Graphics, Inc. All Rights Reserved.