Specify a reference axes.
Read-only property
[Visual Basic .NET] |
---|
Public Property ReferenceAxes() As IAgCrdnAxesRefTo |
[C#] |
---|
public IAgCrdnAxesRefTo ReferenceAxes {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAxesRefTo ^ get_ReferenceAxes(); |
[Unmanaged C++] |
---|
public: HRESULT get_ReferenceAxes( IAgCrdnAxesRefTo ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAxesRefTo getReferenceAxes(); |
[Python - STK API ] |
---|
@property def ReferenceAxes(self) -> "IAgCrdnAxesRefTo": |