AGI STK VGT 11 Send comments on this topic.
TargetClockLocation Property (IAgCrdnEventIntervalCollectionSignaled)
See Also 





Description

The target clock location, which is a point from VGT.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property TargetClockLocation() As IAgCrdnPoint

[C#]
public IAgCrdnPoint TargetClockLocation {get; set;}

[Managed C++]
public: __property IAgCrdnPoint^ get_TargetClockLocation();
public: __property void set_TargetClockLocation(
IAgCrdnPoint ^
);

[Unmanaged C++]
public: HRESULT get_TargetClockLocation(
IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_TargetClockLocation(
IAgCrdnPoint * pNewTargetClockLocation
);

[Java]
public IAgCrdnPoint getTargetClockLocation();public void setTargetClockLocation(
IAgCrdnPoint
);

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1