X-axis vector in the specified reference system.
Read-only property
[Visual Basic .NET] |
---|
Public Property XAxis() As IAgCartesian3Vector |
[C#] |
---|
public IAgCartesian3Vector XAxis {get;} |
[Managed C++] |
---|
public: __property IAgCartesian3Vector ^ get_XAxis(); |
[Unmanaged C++] |
---|
public: HRESULT get_XAxis( IAgCartesian3Vector ** ppRetVal ); |
[Java] |
---|
public IAgCartesian3Vector getXAxis(); |
[Python - STK API ] |
---|
@property def XAxis(self) -> "IAgCartesian3Vector": |