STK AstrogatorSend comments on this topic.
Vector2Name Property (IAgVAStateCalcAngle)
See Also
Windows





Windows & Linux

Description

The second vector of the angle.

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 * pVal
);
public: HRESULT put_Vector2Name(
    BSTR InVal
);
[Java]
public String getVector2Name();
public void setVector2Name(
    String
);
[Python - STK API ]
@property
def Vector2Name(self) -> str:

@Vector2Name.setter
def Vector2Name(self, InVal:str) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.