The base clock location, which is a point from VGT.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property BaseClockLocation() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint BaseClockLocation {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_BaseClockLocation(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getBaseClockLocation(); public void setBaseClockLocation( IAgCrdnPoint ); |
| [Python - STK API] |
|---|
@property def BaseClockLocation(self) -> "IAgCrdnPoint": @BaseClockLocation.setter def BaseClockLocation(self, BaseClockLocation:"IAgCrdnPoint") -> None: |





