Returns the Y axis of the component.
Read-only property
[Visual Basic .NET] |
---|
Public Property Y() As IAgCrdnVector |
[C#] |
---|
public IAgCrdnVector Y {get;} |
[Managed C++] |
---|
public: __property IAgCrdnVector ^ get_Y(); |
[Unmanaged C++] |
---|
public: HRESULT get_Y( IAgCrdnVector ** ppRetVal ); |
[Java] |
---|
public IAgCrdnVector getY(); |
[Python - STK API ] |
---|
@property def Y(self) -> "IAgCrdnVector": |