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