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






Windows & Linux

Description

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

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property BaseClockLocation() As IAgCrdnPoint
[C#]
public IAgCrdnPoint BaseClockLocation {get; set;}
[Managed C++]
public: __property IAgCrdnPoint^ get_BaseClockLocation();
public: __property void set_BaseClockLocation(
   IAgCrdnPoint ^
);
[Unmanaged C++]
public: HRESULT get_BaseClockLocation(
   IAgCrdnPoint ** ppRetVal
);
public: HRESULT put_BaseClockLocation(
   IAgCrdnPoint * pNewBaseClockLocation
);
[Java]
public IAgCrdnPoint getBaseClockLocation();public void setBaseClockLocation(
   IAgCrdnPoint
);

See Also

© 2018 Analytical Graphics, Inc. All Rights Reserved.