Sun's Fixed axes.
Read-only property
[Visual Basic .NET] |
---|
Public Property Fixed() As IAgCrdnAxes |
[C#] |
---|
public IAgCrdnAxes Fixed {get;} |
[Managed C++] |
---|
public: __property IAgCrdnAxes ^ get_Fixed(); |
[Unmanaged C++] |
---|
public: HRESULT get_Fixed( IAgCrdnAxes ** ppRetVal ); |
[Java] |
---|
public IAgCrdnAxes getFixed(); |
[Python - STK API ] |
---|
@property def Fixed(self) -> "IAgCrdnAxes": |