STK ObjectsSend comments on this topic.
AlignedVector Property (IAgVeTargetPointingElement)
See Also
Windows





Windows & Linux

Description

Get the aligned vector.

Property type

Read-only property

Syntax

[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":

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.