STK Vector Geometry ToolSend comments on this topic.
TargetClockLocation Property (IAgCrdnEventIntervalListSignaled)
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
);
[Python - STK API ]
@property
def TargetClockLocation(self) -> "IAgCrdnPoint":

@TargetClockLocation.setter
def TargetClockLocation(self, TargetClockLocation:"IAgCrdnPoint") -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.