AGI STK Astrogator 11 Send comments on this topic.
Vector2Name Property (IAgVAStateCalcDotProduct)
See Also 





Description

The second vector.

Property type

Read-write property

Syntax

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

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

[Managed C++]
public: __property String __gc ^ get_Vector2Name();
public: __property void set_Vector2Name(
String __gc ^
);

[Unmanaged C++]
public: HRESULT get_Vector2Name(
BSTR * pRetVal
);
public: HRESULT put_Vector2Name(
BSTR NewVector2Name
);

[Java]
public String getVector2Name();public void setVector2Name(
String
);

See Also

© 2016 Analytical Graphics, Inc. All Rights Reserved.

STK Programming Interface 11.0.1