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