Get the aligned vector.
Read-only property
[Visual Basic .NET] |
---|
Public Property AlignedVector() As IAgDirection |
[C#] |
---|
public IAgDirection AlignedVector {get;} |
[Managed C++] |
---|
public: __property IAgDirection ^ get_AlignedVector(); |
[Unmanaged C++] |
---|
public: HRESULT get_AlignedVector( IAgDirection ** ppVal ); |
[Java] |
---|
public IAgDirection getAlignedVector(); |
[Python - STK API ] |
---|
@property def AlignedVector(self) -> "IAgDirection": |