The output vector in the current axes.
Read-only property
[Visual Basic .NET] |
---|
Public Property Vector() As IAgCartesian3Vector |
[C#] |
---|
public IAgCartesian3Vector Vector {get;} |
[Managed C++] |
---|
public: __property IAgCartesian3Vector ^ get_Vector(); |
[Unmanaged C++] |
---|
public: HRESULT get_Vector( IAgCartesian3Vector ** ppRetVal ); |
[Java] |
---|
public IAgCartesian3Vector getVector(); |
[Python - STK API ] |
---|
@property def Vector(self) -> "IAgCartesian3Vector": |