A reference point. Can be any point from VGT.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ReferencePoint() As IAgCrdnPoint |
| [C#] |
|---|
public IAgCrdnPoint ReferencePoint {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnPoint ^ get_ReferencePoint(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnPoint getReferencePoint(); public void setReferencePoint( IAgCrdnPoint ); |
| [Python - STK API] |
|---|
@property def ReferencePoint(self) -> "IAgCrdnPoint": @ReferencePoint.setter def ReferencePoint(self, ReferencePoint:"IAgCrdnPoint") -> None: |





