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






Windows & Linux

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 TargetClockLocation
);
[Java]
public IAgCrdnPoint getTargetClockLocation();
public void setTargetClockLocation(
    IAgCrdnPoint
);

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.