Gets or sets the name of the vector used for the launch direction.
Read-write property
[Visual Basic .NET] |
---|
Public Property DirectionVecName() As String |
[C#] |
---|
public string DirectionVecName {get; set;} |
[Managed C++] |
---|
public: __property String __gc ^ get_DirectionVecName(); |
[Unmanaged C++] |
---|
public: HRESULT get_DirectionVecName( BSTR * pVal ); public: HRESULT put_DirectionVecName( BSTR pVal ); |
[Java] |
---|
public String getDirectionVecName(); public void setDirectionVecName( String ); |