Gets or sets the second vector of the angle.
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 ); |