AGI STK Astrogator 11 Send comments on this topic.
Vector1Name Property (IAgVAStateCalcAngle)
See Also 





Description

The first vector of the angle.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_Vector1Name();
public: __property void set_Vector1Name(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Vector1Name(
BSTR * pRetVal
);
public: HRESULT put_Vector1Name(
BSTR NewVector1Name
);

[Java]
public String getVector1Name();public void setVector1Name(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1