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