Get the reference axes relative to which representations are computed.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property ReferenceAxes() As IAgCrdnAxes |
| [C#] |
|---|
public IAgCrdnAxes ReferenceAxes {get; set;} |
| [Managed C++] |
|---|
public: __property IAgCrdnAxes ^ get_ReferenceAxes(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgCrdnAxes getReferenceAxes(); public void setReferenceAxes( IAgCrdnAxes ); |
| [Python - STK API] |
|---|
@property def ReferenceAxes(self) -> "IAgCrdnAxes": @ReferenceAxes.setter def ReferenceAxes(self, ReferenceAxes:"IAgCrdnAxes") -> None: |





