AGI STK Objects 11 Send comments on this topic.
AlignmentVector Property (IAgSnPtAlongVector)
See Also 
Windows






Windows & Linux

Description

The alignment vector for along vector sensor pointing alignment.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property AlignmentVector() As String

[C#]
public string AlignmentVector {get; set;}

[Managed C++]
public: __property String __gc ^ get_AlignmentVector();
public: __property void set_AlignmentVector(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_AlignmentVector(
BSTR * pRetVal
);
public: HRESULT put_AlignmentVector(
BSTR NewAlignmentVector
);

[Java]
public String getAlignmentVector();public void setAlignmentVector(
String
);

See Also

© 2017 Analytical Graphics, Inc. All Rights Reserved.

STK 11.2.1 Programming Interface