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
);
[Python - STK API ]
@property
def ClockHost(self) -> "AgECrdnVolumeClockHostType":

@ClockHost.setter
def ClockHost(self, ClockHost:"AgECrdnVolumeClockHostType") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.