The second vector.
Read-write property
[Visual Basic .NET] |
---|
Public Property Vector2Name() As String |
[C#] |
---|
public string Vector2Name {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_Vector2Name(); |
[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: |