The target clock location, which is a point from VGT.
Read-write property
[Visual Basic .NET] |
---|
Public Property TargetClockLocation() As IAgCrdnPoint |
[C#] |
---|
public IAgCrdnPoint TargetClockLocation {get; set;} |
[Managed C++] |
---|
public: __property IAgCrdnPoint ^ get_TargetClockLocation(); |
[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: |